[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] DSL - Domain Specific Language generator for Lua
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 3 Jan 2013 08:20:25 +0200
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?