Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add context hook to modify context(parameter passed in) before parsing #19

Open
pfmiles opened this issue Aug 12, 2013 · 1 comment
Open
Assignees

Comments

@pfmiles
Copy link
Owner

pfmiles commented Aug 12, 2013

Actions are hooks after parsing, but we need context hooks before parsing started for each of the rule elements.
That means, like writing a recursive decent parser by hand, which allows us parse and modify the context step by step.
That is, and you can call it, 'partial action'.

@ghost ghost assigned pfmiles Aug 12, 2013
@pfmiles
Copy link
Owner Author

pfmiles commented Aug 16, 2013

after 0.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant