This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
dynapeg
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add ()
main
benoit.thomas
3 years ago
parent
767e37de7b
commit
884990a469
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parse.leg
+ 1
- 1
parse.leg
View File
@ -309,7 +309,7 @@ postfix = s:atom ( "?" - { s = mkQuery(s) }
| "+" - { s = mkPlus(s) }
)? { $$ = s }
atom = string | class | dot | rule
atom = string | class | dot | rule
| '(' -expression')'-
rule = i:id !'=' { $$ = mkId(intern(yytext)) }
Write
Preview
Loading…
Cancel
Save