Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.11 KB

LPG-language-server

avatar avatar avatar avatar avatar avatar avatar avatar

About LPG-cpp-runtime

C++ runtime for LPG 2.0. This project is a c++ target for LPG2.0

Getting Started with LPG

Getting Started with LPG

About LPG

The LALR parser generator (LPG) is a tool for developing scanners and parsers written in TypeScript,JavaScript,Python, C#, Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.