summaryrefslogtreecommitdiff
path: root/src/parser/grammar.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/grammar.js')
-rw-r--r--src/parser/grammar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/grammar.js b/src/parser/grammar.js
index 21f6b89..f51d7f6 100644
--- a/src/parser/grammar.js
+++ b/src/parser/grammar.js
@@ -84,10 +84,10 @@ performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate /* actio
var $0 = $$.length - 1;
switch (yystate) {
case 1:
- yy.start = 0; return $$[$0-2];
+ return { start: 0, program: $$[$0-2] };
break;
case 2:
- yy.start = yy.getLabel($$[$0-1]); return $$[$0-3];
+ return { start: yy.getLabel($$[$0-1]), program: $$[$0-3] };
break;
case 7: