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

Improve AST #374

Open
3 tasks
dmajda opened this issue Sep 11, 2015 · 1 comment
Open
3 tasks

Improve AST #374

dmajda opened this issue Sep 11, 2015 · 1 comment
Labels
Milestone

Comments

@dmajda
Copy link
Contributor

dmajda commented Sep 11, 2015

Improve AST produced from PEG.js grammars:

  • Capitalize node names
  • Unify node names with rule names?
  • Merge similar kinds of nodes?
    • simple_and + simple_notSyntacticPredicate
    • semantic_and + semantic_notSemanticPredicate
    • zero_or_more + one_or_moreRepetition
@dmajda dmajda added the task label Sep 11, 2015
@dmajda dmajda added this to the 0.10.0 milestone Sep 11, 2015
@dmajda
Copy link
Contributor Author

dmajda commented Jun 28, 2016

Moving to 0.11.0, I’ll do this simultaneously with the terminology clean-up and the documentation rewrite.

@dmajda dmajda modified the milestones: 0.11.0, 0.10.0 Jun 28, 2016
@futagoza futagoza modified the milestones: 1.0.0, 0.11.0 Aug 18, 2017
@futagoza futagoza modified the milestones: 1.0.0, 0.12.0 Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants