krl-parser
Advanced tools
Comparing version 0.18.3 to 0.18.4
{ | ||
"name": "krl-parser", | ||
"version": "0.18.3", | ||
"version": "0.18.4", | ||
"description": "Parse KRL source code into an AST", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -717,3 +717,3 @@ // Generated automatically by nearley | ||
{"name": "RuleAction$ebnf$1", "symbols": [], "postprocess": function(d) {return null;}}, | ||
{"name": "RuleAction$ebnf$2$subexpression$1", "symbols": [tok_setting, tok_OPEN_PAREN, "function_params", tok_CLSE_PAREN]}, | ||
{"name": "RuleAction$ebnf$2$subexpression$1", "symbols": [tok_setting, tok_OPEN_PAREN, "Identifier", tok_CLSE_PAREN]}, | ||
{"name": "RuleAction$ebnf$2", "symbols": ["RuleAction$ebnf$2$subexpression$1"], "postprocess": id}, | ||
@@ -731,3 +731,3 @@ {"name": "RuleAction$ebnf$2", "symbols": [], "postprocess": function(d) {return null;}}, | ||
args: data[3], | ||
setting: (data[5] && data[5][2]) || [], | ||
setting: (data[5] && data[5][2]) || null, | ||
"with": data[6] || [] | ||
@@ -734,0 +734,0 @@ }; |
Sorry, the diff of this file is not supported yet
92245