lquint hace 3 años
padre
commit
98e9d2185c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      parse.leg

+ 1
- 1
parse.leg Ver fichero

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

Cargando…
Cancelar
Guardar