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 AST building as beaver parser generator #90

Closed
b3b00 opened this issue Nov 3, 2018 · 1 comment
Closed

add AST building as beaver parser generator #90

b3b00 opened this issue Nov 3, 2018 · 1 comment

Comments

@b3b00
Copy link
Owner

b3b00 commented Nov 3, 2018

beaver provides a compact way to produce AST.
Provides CSLY a similar mechanism.
Maybe it needs an externalisation to a grammar file ( as beaver does), if so the grammar MUSTbe parsed with CSLY (eatsyourown dog food principle )
Must not add a build step to produce the parser as it s the leading CSLY feature.

@b3b00 b3b00 changed the title add AST building as beaver add AST building as beaver parser generator Nov 3, 2018
@b3b00 b3b00 added the Usefull ? label Nov 3, 2018
@b3b00
Copy link
Owner Author

b3b00 commented Nov 3, 2018

Not sûre this fracture has some real value. While and json samples demonstrate that an AST building parser is very compact with basic CSLY features

@b3b00 b3b00 closed this as completed Dec 7, 2018
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