virtan / bnf-plus-plusLinks
LALR1 C++ parser generator from BNF grammar (just copy-n-paste BNF grammar from RFC and you'll get a parser)
☆15Updated 11 years ago
Alternatives and similar repositories for bnf-plus-plus
Users that are interested in bnf-plus-plus are comparing it to the libraries listed below
Sorting:
- Perplex, Lemon, and Re2c: A cross-platform lexer/parser replacement for flex and bison☆30Updated 9 years ago
- *Unofficial* mirror of https://bitbucket.org/MDukhan/yeppp☆39Updated 8 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆98Updated 3 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Ragel/Lemon based json-parser☆17Updated 6 years ago
- C language port of google-diff-match-patch library☆41Updated 9 years ago
- Generating C code interface from CPP using clang libtooling☆83Updated 5 years ago
- Interactive C++ Interpreter for x86 Systems☆58Updated 9 years ago
- A cross-platform implementation of the Immix Garbage Collector☆78Updated 11 years ago
- libuv + msgpack-c example☆17Updated 12 years ago
- This tool merges C or C++ source files into one single .c/.cpp file.☆16Updated 10 years ago
- C/C++ Preprocessor Magic☆53Updated 10 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- A simple, extensible build system for use with Scons