lua-users home
lua-l archive

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


2013/1/3 Wesley Smith <wesley.hoke@gmail.com>:

>
> DSL features
> * parsing event callbacks (token try, token match, rule try, rule
> match, rule end, comment try, comment match)
> * error annotations on grammar rule patterns for throwing syntactical errors
> * auto-generation of expression operators such as *, /, +, etc.
> * automatic whitespace handling
> * one-pass parsing of input string
> * new Token primitive 'T' as an extension of the LPEG 'P' pattern for
> writing grammar rules
>

Can it handle contex-sensitive grammars?