2012-04-27 02:59:57 +08:00
|
|
|
Parsers
|
|
|
|
|
|
|
|
* Full context LL(*) not SLL(*)
|
|
|
|
* Adaptive, takes all but indirect left-recursion
|
|
|
|
|
2011-09-25 01:14:22 +08:00
|
|
|
Actions/scopes
|
|
|
|
|
|
|
|
* no global scopes. no scope[n].
|
|
|
|
|
|
|
|
Trees
|
|
|
|
|
2012-04-27 02:59:57 +08:00
|
|
|
* no ASTs
|
|
|
|
* no tree grammars
|
|
|
|
* parse trees created by default
|
2011-09-25 01:14:22 +08:00
|
|
|
* moved methods to Trees
|
2011-12-27 09:09:01 +08:00
|
|
|
|
|
|
|
Lexers
|
|
|
|
|
|
|
|
* Added [Abc] notation
|
2012-01-03 10:13:16 +08:00
|
|
|
|
2012-04-27 02:59:57 +08:00
|
|
|
* unicode rule/token names
|
|
|
|
|
|
|
|
* -> skip notation
|