LRSTAR - Parser Generator for C++ A.M.D.G.
About Feedback Installation
and Setup
LRSTAR DFA Papers Release
Notes
Contact,
Support

About LRSTAR 24

An LR(*) parser generator for C++.
Handles LALR(k) grammars for reasonable k.
Open-source software. Compiles on Windows and Linux.
It's TOP-DOWN processing via AST traversal.
Handles huge grammars like PLSQL (6500 rules).
Reads YACC/Bison and ANTLR grammars, after some modifications.
Includes 4 Visual Studio C++ projects.

Get LRSTAR 24

LRSTAR.24.

Download Visual Studio 2022

Download Visual Studio 2022 and install it on your computer. The free version, Visual Studio Community is fine. LRSTAR works well inside of Visual Studio. You just click on an error messages and it takes you to the line causing the error.

(c) Copyright Paul B Mann 2023.  All rights reserved.