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

JS code between tokens #142

Closed
zie1ony opened this issue Feb 15, 2013 · 1 comment
Closed

JS code between tokens #142

zie1ony opened this issue Feb 15, 2013 · 1 comment

Comments

@zie1ony
Copy link

zie1ony commented Feb 15, 2013

I need to execute code between tokens. Like this in bison:

command
: TOKEN4 {doSth($1);} TOKEN2

Is there a way to do it in jison?

@zaach
Copy link
Owner

zaach commented Feb 15, 2013

Not yet, see #69

@zaach zaach closed this as completed Feb 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants