2017-06-26 01:21:46 +02:00
|
|
|
generator, in-process init or command line
|
2017-06-26 02:20:23 +02:00
|
|
|
syntax from text or defined during runtime, or combined
|
2017-06-26 01:21:46 +02:00
|
|
|
simple syntax with recursion
|
|
|
|
no lexer required
|
|
|
|
utf8, 8bit or custom tokens
|
2017-06-26 02:20:23 +02:00
|
|
|
abstract syntax tree from text of arbitrary syntax
|
|
|
|
reading from streams
|
|
|
|
context free, however support for custom tokens in the input
|
|
|
|
custom tokens for indentation built in
|