forked from GitHub/gf-rgl
Include concrete syntax flags in generated JS.
This commit is contained in:
@@ -282,7 +282,8 @@ function Concrete(abstr) {
|
|||||||
this.parser = undefined;
|
this.parser = undefined;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
function GFConcrete(rules, parser) {
|
function GFConcrete(flags, rules, parser) {
|
||||||
|
this.flags = flags;
|
||||||
this.rules = rules;
|
this.rules = rules;
|
||||||
if (parser) {
|
if (parser) {
|
||||||
this.parser = parser;
|
this.parser = parser;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user