We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2992d commit c19db76Copy full SHA for c19db76
parser.json
@@ -34,7 +34,7 @@
34
"return $$ = $1"
35
]
36
],
37
- "simpleExpression": [
+ "license": [
38
[
39
"LICENSE",
40
"$$ = {license: yytext}"
@@ -54,11 +54,11 @@
54
55
"expression": [
56
57
- "simpleExpression",
+ "license",
58
"$$ = $1"
59
60
61
- "simpleExpression WITH EXCEPTION",
+ "license WITH EXCEPTION",
62
"$$ = {exception: $3}; $$.license = $1.license; if ($1.hasOwnProperty('plus')) { $$.plus = $1.plus }"
63
64
0 commit comments