-
08:41
(UTC +08:00)
parser-generator
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
A small parser generator that generates recursive decent parsers
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
C++ implementation of recursive descent parser
Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical anal…
A C++17 library for parser generation for LALR(1) languages
A general parser combinator framework implemented in C++.
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
An idea to handle left-recursion in Parsing Expression Grammars (PEGs)
Experiments for the official PEG parser generator for Python
Ergonomic parser combinator library for constexpr C++.
Showing how a grammar driven parser can be implemented
Parsing Expression Grammar (PEG) bytecode parser/compiler library
BASIC programming language interpreter based on Boost.Spirit X3
libELL: library to simply Embed LL grammar & parser inside C++ code
A flexible parser generator producing output from object-oriented hierarchical context-free grammar specifications.
The AFP Library is a collection of C++11 header files that provides users with a flexible rapid prototyping tool to create general-purpose LL(k) parsers in C++.
Self-hosted parser/scanner generator from LR grammar with semantic annotations in C++20