Erez Shinan
|
a0bb661c61
|
Token import now working
|
8 years ago |
Erez Shinan
|
c70355389f
|
Initial support for EBNF in tokens (automatic compilation to regexps)
|
8 years ago |
Erez Shinan
|
1456daddbe
|
Improved comments in examples
|
8 years ago |
Erez Shinan
|
43da0ddad9
|
Initial reconstruct, working with example!
Definitely needs more work though
|
8 years ago |
Erez Shinan
|
0b902b1d03
|
Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools)
|
8 years ago |
Erez Shinan
|
d4425887d6
|
Added conf.py example and indenter support in contextual lexing
|
8 years ago |
Erez Shinan
|
63c8e58e42
|
Fixed calc example
|
8 years ago |
Erez Shinan
|
da15f99edb
|
Added the earley_nolex frontend, and a conf_nolex example to use it
|
8 years ago |
Erez Shinan
|
a438255193
|
Fixed bug in lexer. Fixed calc example
|
8 years ago |
Erez Shinan
|
7ba98c46f6
|
Fixed examples. They didn't work with python3
|
8 years ago |
Erez Shinan
|
57e8117374
|
Some package fixes
|
8 years ago |
Erez Shinan
|
e201beab5f
|
Fixed lexer newline counter and other stuff
|
8 years ago |
Erez Shinan
|
cde2b677bb
|
Added tests and lots of fixes and refactoring
|
8 years ago |
Erez Shinan
|
faf66c93f0
|
Fixed possible tokens collisions (strings are now always tested before regexps)
|
8 years ago |
Erez Shinan
|
c2dbad1335
|
Renamed json_example to json_parser
|
8 years ago |
Erez Shinan
|
9e71f5a045
|
Added indentation support (for python-like languages)
|
8 years ago |
Erez Shinan
|
77d8963bf7
|
Added examples (calc, json)
|
8 years ago |