Browse Source

Merge branch 'main' of http://git.piumarta.com/piumarta/dynapeg into main

main
lquint 3 years ago
parent
commit
98e9d2185c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parse.leg

+ 1
- 1
parse.leg View File

@ -310,7 +310,7 @@ postfix = s:atom ( "?" - { s = mkQuery(s) }
| "+" - { s = mkPlus(s) } | "+" - { s = mkPlus(s) }
)? { $$ = s } )? { $$ = s }
atom = string | class | dot | rule | '(' - e:expression - ')' {$$=e}
atom = string | class | dot | rule | '(' -expression')'-
rule = i:id !'=' { $$ = mkId(intern(yytext)) } rule = i:id !'=' { $$ = mkId(intern(yytext)) }

Loading…
Cancel
Save