Fix make rule parser
#28
Merged
markuspf
merged 3 commits from fix-make-rule-parser
into master
3 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'fix-make-rule-parser'
Deleting a branch is permanent. It CANNOT be undone. Continue?
There was a bug in the brag expander handling the optional
source-name
argument to parsers genrated by usingmake-rule-parser
;No matter what rule-name one gave, the macro just expanded to use
PARSE
when one gave a source name, hence using the entire grammar, not the sub-grammar given by the rule.This is an attempt at fixing this bug; includes a regression test.
Thanks!
6983208426
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.