Two Readers conforming to a reader_interface, created for a 1 char look ahead lexer system
-
Updated
Dec 10, 2019 - C++
Two Readers conforming to a reader_interface, created for a 1 char look ahead lexer system
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++.
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 analyzer, all in compile time.
Add a description, image, and links to the lookahead topic page so that developers can more easily learn about it.
To associate your repository with the lookahead topic, visit your repo's landing page and select "manage topics."