nac3parser: add comment support #68
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#68
Loading…
Reference in New Issue
No description provided.
Delete Branch "with_nac3comment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Contains the changes to support nac3 comment.
The prefix
nac3:
is hard coded into the parser code. Comments with correct indentation on the above and the right of the statement to be commented are supported.The updated ast includes the nac3 comments by adding a field
config_comment
to each of theStmtKind
ast node.39c5d171a7
to032e1d84cf