lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2013/5/30 Roberto Ierusalimschy <roberto@inf.puc-rio.br>:

>
> - It creates silly conflicts, such as x = 3..7
>

The conflict confuses a lexer-followed-by-parser, but a simultaneous
lexer-parser like LPeg has no difficulty: 3..7 can match only one way.