Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
-
Updated
Oct 26, 2024 - C++
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
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.
Self-hosted parser/scanner generator from LR grammar with semantic annotations in C++20
Compiler Design IIT BHU Viva
LR1-Parser可作为编译前端语法分析部件,基于Burke-Fisher错误恢复方案,和LR(1)算法开发,包括LR(1)分析表生成器模块和分析栈模块。
LR1 and LL1 , supporting left recursion.
Add a description, image, and links to the lr1-parser topic page so that developers can more easily learn about it.
To associate your repository with the lr1-parser topic, visit your repo's landing page and select "manage topics."