mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 06:49:31 -06:00
Include concrete syntax flags in generated JS.
This commit is contained in:
@@ -282,7 +282,8 @@ function Concrete(abstr) {
|
||||
this.parser = undefined;
|
||||
}
|
||||
*/
|
||||
function GFConcrete(rules, parser) {
|
||||
function GFConcrete(flags, rules, parser) {
|
||||
this.flags = flags;
|
||||
this.rules = rules;
|
||||
if (parser) {
|
||||
this.parser = parser;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user