Skip to content
Snippets Groups Projects
Commit 88b857d8 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Incorporated a73a9b168570d205185b370bcd24b4d0435530e4 from kinetic-declarativeui.

Fixed the parser to start with the correct rule when requested to parse JS Source Elements.
parent 062fa8e7
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ case $rule_number: { ...@@ -541,7 +541,7 @@ case $rule_number: {
} break; } break;
./ ./
TopLevel: T_FEED_JS_SOURCE_ELEMENT Expression ; TopLevel: T_FEED_JS_SOURCE_ELEMENT SourceElement ;
/. /.
case $rule_number: { case $rule_number: {
sym(1).Node = sym(2).Node; sym(1).Node = sym(2).Node;
......
This diff is collapsed.
...@@ -169,8 +169,8 @@ public: ...@@ -169,8 +169,8 @@ public:
NON_TERMINAL_COUNT = 105, NON_TERMINAL_COUNT = 105,
GOTO_INDEX_OFFSET = 633, GOTO_INDEX_OFFSET = 633,
GOTO_INFO_OFFSET = 2532, GOTO_INFO_OFFSET = 2691,
GOTO_CHECK_OFFSET = 2532 GOTO_CHECK_OFFSET = 2691
}; };
static const char *const spell []; static const char *const spell [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment