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

Merge together PJ_TOK_STR and subsequent PJ_TOK_KEY #2

Open
ony opened this issue Jun 28, 2016 · 0 comments
Open

Merge together PJ_TOK_STR and subsequent PJ_TOK_KEY #2

ony opened this issue Jun 28, 2016 · 0 comments

Comments

@ony
Copy link
Owner

ony commented Jun 28, 2016

Currently "x":1 produce sequence of tokens PJ_TOK_STR (with "x"), PJ_TOK_KEY and PJ_TOK_NUM (with "1").
Make interface more compatible with popular parsers and produce PJ_TOK_KEY (with "x") and PJ_TOK_NUM (with "1") instead. This requires no knowledge of hierarchy and thus shouldn't introduce much of performance degradation.

ony added a commit that referenced this issue Jun 29, 2016
ony added a commit that referenced this issue Jun 29, 2016
ony added a commit that referenced this issue Jun 30, 2016
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