tdrmk / simplifygrammar
C++ code for Simplify grammar by eliminating null productions, unit productions, removing non-deriving non-terminals and removing non-reachable symbols, Then left factoring and remove left recursion. Compute first and follow, then check if grammar is LL1 or not.
☆8Updated 7 years ago
Alternatives and similar repositories for simplifygrammar:
Users that are interested in simplifygrammar are comparing it to the libraries listed below
- this is obsolete. please go to https://github.com/bitzhuwei/GrammarMentor☆18Updated 3 years ago
- LLLua. Low Level Lua.☆13Updated last year
- Write formatted string to console with colors☆33Updated 10 years ago
- ANI language - Faster than C, Safer than Java, Simpler than *sh (now dead)☆13Updated 10 years ago
- Text editor written in C++, aims to be fast, sexy, cross-platform, and customizable☆44Updated 3 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- lightweight json parser in c☆16Updated 6 years ago
- Provide {fmt} as a C++20 named module☆9Updated 3 years ago
- An interpreter for the Monkey programming language written in C++☆26Updated last year
- Compatibility module providing Lua-5.2-style APIs for Lua 5.1☆46Updated 2 years ago
- split and join for C++ strings☆28Updated 13 years ago
- A simple, lightweight Python 2.7 interpreter, with predictable memory management and without global locks.☆9Updated 9 years ago
- LuaJIT Benchmark tests☆28Updated last year
- Learn x64 assembly by making games!☆16Updated last year
- Lua HTML templater☆17Updated 9 years ago
- C++ implementation of a gap buffer.☆51Updated 3 months ago
- A minimal subset of the Boost C++ library☆33Updated last year
- Lightweight cross-platform C++ common library☆9Updated 2 years ago
- Minimal (and intuitive to use) coroutine implement in c☆18Updated 5 years ago
- 🍔 A XMake integration in Sublime Text☆21Updated 8 months ago
- A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).☆22Updated 7 years ago
- Ubpa small flat containers based on C++20☆27Updated 2 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 10 years ago
- sandbox for my c++ functional programming experiments☆33Updated 11 years ago
- Creates images of arbitrary Lua values using GraphViz☆31Updated 4 years ago
- Per function, Lua JIT using LLVM C++ toolchain☆10Updated 7 years ago
- kj is a small collection of stb inspired libs.☆18Updated 6 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 7 years ago
- A C++ library for TUIs (terminal user interfaces).☆14Updated 3 years ago
- A high performance network framework written in c++ (support tcp and http)☆24Updated last year