grammar-parser
Here are 29 public repositories matching this topic...
A flexible parser generator producing output from object-oriented hierarchical context-free grammar specifications.
-
Updated
Nov 16, 2021 - C++
LL1Checker: A tool to verify if a grammar is LL(1) and to validate input strings against the generated language. Ideal for learning about parsing techniques, compiler design, and formal language theory. Try it out or contribute to improve its functionality!
-
Updated
Nov 7, 2024 - C++
My universal LL(1) parser
-
Updated
Feb 4, 2021 - C++
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Supports multi-language . Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
-
Updated
Jan 5, 2023 - C++
Designed a 32-bit RISC processor and a native compiler for running programs specified in High Level Language
-
Updated
Dec 6, 2022 - C++
(2021) A compiler for Datalog code using finite state automata by Dallin Stewart
-
Updated
May 12, 2023 - C++
The project implements "client-server" model, interpreter of a few SQL sentences and a database.
-
Updated
Sep 17, 2021 - C++
LR1-Parser可作为编译前端语法分析部件,基于Burke-Fisher错误恢复方案,和LR(1)算法开发,包括LR(1)分析表生成器模块和分析栈模块。
-
Updated
Feb 26, 2023 - C++
Qt spreadsheet application with macros and expressions in simple programming language
-
Updated
Jul 1, 2018 - C++
The LALR parser generator (LPG) is a tool for developing scanners and parsers written in TypeScript ,C#, Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
-
Updated
Aug 15, 2021 - C++
Реализация модельного SQL-интерпретатора на базе языка С++.
-
Updated
Jun 18, 2021 - C++
🔧 Demonstration of using ANTLR4 (with runtime for C++) in projects for context-free grammar processing. The ANTLR4 (Java) package is included, and the project is configured to compile on Linux.
-
Updated
Oct 17, 2022 - C++
🖩 A simple command line calculator using grammar and RPN to calculate expressions
-
Updated
Sep 9, 2024 - C++
UNI S4: a mini CPP lexical and syntax analyzer written by c++
-
Updated
Jul 15, 2024 - C++
FIB-CL 2022-23 Q2 Compilers subject
-
Updated
Aug 13, 2024 - C++
Preprocessor for object oriented superset of C with ARC.
-
Updated
Nov 7, 2021 - C++
Improve this page
Add a description, image, and links to the grammar-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grammar-parser topic, visit your repo's landing page and select "manage topics."