Skip to content

Parse attributes rather than just bool#14

Draft
Quincunx271 wants to merge 3 commits into
mainfrom
cfg-attributes
Draft

Parse attributes rather than just bool#14
Quincunx271 wants to merge 3 commits into
mainfrom
cfg-attributes

Conversation

@Quincunx271

Copy link
Copy Markdown
Owner

For tracking the work in parsing attributes.

Closes #11

@Quincunx271 Quincunx271 added the enhancement New feature or request label Feb 3, 2022
This "AST" is more accurately described as a parse tree. The basic idea
was to accumulate the attributes on a separate stack, but make note of
when we needed to merge the tree node into the parent node by adding a
sentinel token to the LL(1) parsing stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The CFG really needs to be an attribute grammar

1 participant