r35382 / bnfliteLinks
bnflite is a C++ template library for lightweight grammar parsers (BNF can be "executable"! )
☆78Updated 2 years ago
Alternatives and similar repositories for bnflite
Users that are interested in bnflite are comparing it to the libraries listed below
Sorting:
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆82Updated 5 months ago
- LALR(1) parser for C++☆79Updated last year
- Mathematical Expression Parser and JIT Compiler☆148Updated 3 weeks ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆251Updated 4 years ago
- A cross-platform library for opening memory-backed libc streams.☆76Updated last year
- C++11 metaprogramming library☆112Updated 9 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html☆34Updated 4 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- A more powerful C/C++ preprocessor.☆88Updated 5 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆37Updated 8 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- AXE: a recursive descent parser generator C++ library