0.13.2 • Published 3 years ago

lezer-cpp v0.13.2

Weekly downloads
869
License
MIT
Repository
github
Last release
3 years ago

lezer-cpp

This is a C++ grammar for the Lezer parser system.

The grammar used is based in a large part on the corresponding tree-sitter grammar.

It should be noted that really parsing C++ without a symbol table and a preprocessor is not really something that is possible. The language is very, very ambiguous when parsed like that. This grammar tries to pick a likely parse, but is entirely capable of picking the wrong one.

The code is licensed under an MIT license.

0.13.2

3 years ago

0.13.0

3 years ago

0.13.1

3 years ago

0.12.0

4 years ago

0.11.1

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago