Topic: "lalr-parser"
amirhossein-hkh/LR-Parser
LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))
Language: Java - Size: 93.8 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 64 - Forks: 22

phorward/unicc
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
Language: C - Size: 5.16 MB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 63 - Forks: 10

skywind3000/LIBLR
Parser Generator for LR(1) and LALR
Language: Python - Size: 244 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 63 - Forks: 7

h2337/cparse 📦
cparse is an LR(1) and LALR(1) parser generator
Language: C - Size: 54.7 KB - Last synced at: 14 days ago - Pushed at: 5 months ago - Stars: 51 - Forks: 2

libtangle/qasm-rust
An IBM OpenQASM 2.0 Parser Written In Rust
Language: Rust - Size: 40 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 8

mingodad/parsertl-playground
A web based playground for parsertl/lexertl
Language: GAP - Size: 5.56 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 26 - Forks: 1

walter-weinmann/ocparse
LALR grammar based Cypher parser using the grammar rules from the openCypher project.
Language: Erlang - Size: 17.7 MB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 21 - Forks: 1

ehwan/RustyLR
Bison-like, GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action, optimization
Language: Rust - Size: 2.31 MB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 19 - Forks: 0

alan-j-hu/Asparserations
Asparserations is an LR(1) and LALR(1) parser generator frontend. It outputs JSON representing the parse table.
Language: C++ - Size: 137 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 2

howl-anderson/MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Language: Python - Size: 1010 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 2

PalAditya/CompilerDesignLab
Code for Compiler Design Lab, Semester 7
Language: Java - Size: 4.3 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 16

nihei9/vartan
An LALR parser generator for golang
Language: Go - Size: 403 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 15 - Forks: 2

edmundmk/pomelo
LALR(1) and GLR parser generator utilizing modern C++.
Language: C++ - Size: 145 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 3

gbuzykin/parsegen
A tool for LALR-grammar based parser generation
Language: C++ - Size: 143 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 8 - Forks: 1

Erfaniaa/compilers-course-project
Converting a pseudo-C source code to a pseudo-assembly code
Language: Python - Size: 684 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 0

mingodad/lalr-parser-test
Testing how different LALR(1) parsers detect grammar conflicts
Language: C - Size: 691 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 1

HamedFathi/ParserToolkit
A toolkit that helps you to write your own parser.
Language: C# - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

masum035/Compiler-Design
This Repo Contains Compiler Related Codes Using Flex, Bison, C++
Language: C++ - Size: 990 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

giannitedesco/pylr
A compiler-compiler for lexers, LL and LALR grammars, written in python
Language: Python - Size: 170 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

bozbalci/explain
LLVM frontend for XPLN, an award-winning CENG444 compiler project
Language: C++ - Size: 570 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

UnseenKill/parse-yapphp
Port of Parse::Yapp for PHP
Language: Perl - Size: 140 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

JCube001/calc-re2c-lemon
An infix arithmetic expression parser and evaluator implemented using re2c and LEMON
Language: C++ - Size: 248 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

walter-weinmann/syparse
LALR grammar based Solidity parser.
Language: Erlang - Size: 18 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

RobinHsieh/Compiler_in_C
CE3006 Compiler with flex, bison & c, 2022, mini Scheme (mini Lisp) interpreter
Language: C - Size: 4.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Warfley/FPCGoldEngine
A GOLD Engine implementation in FPC
Language: Pascal - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

monoid/fucc
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
Language: Common Lisp - Size: 190 KB - Last synced at: about 2 hours ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

Akarshjha03/Compiler-Design
This repository is dedicated to understanding and implementing the core concepts of compiler design. It covers various stages of a compiler, including lexical analysis, syntax analysis, semantic analysis, intermediate code generation, optimization, and code generation.
Language: C - Size: 105 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Ra-Sp/Compiler-Design
A repo with basic compiler design programs in C, using Lex and YACC
Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 2

tom-weatherhead/thaw-parser
Programming language parsers, including LL(1), LR(0), LR(1), SLR(1), and LALR(1).
Language: TypeScript - Size: 713 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

vls-00/Java-Translator
:speech_balloon: This is my implementation of a programm that translates peudocode into java code.
Language: Lex - Size: 194 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

A-LPG/LPG-go-runtime
LPG-go-runtime for LPG
Language: Go - Size: 569 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

manursanchez/CompiladorJava
Desarrollo en Java de un compilador para un lenguaje dado.
Language: Java - Size: 1.23 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

lorainemg/grammar-analyzer
Perform certain analysis on a specific grammar.
Language: CSS - Size: 604 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rfmineguy/lalr-parsing-test
A simple proof of concept for the lalr parsing method.
Language: C - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

asmwarrior/lalr Fork of cwbaker/lalr
Modern LALR(1) parser generator and parser for C++
Language: C++ - Size: 3.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

mingodad/lalr Fork of cwbaker/lalr
Modern LALR(1) parser for C++
Language: C++ - Size: 3.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Warfley/GoldEngines
A collection of my own GOLD engines and some resources about GOLD engine development
Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Warfley/NodeGoldEngine
A Typescript GOLD engine for NodeJS
Language: TypeScript - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sebaFlame/CNFDotnet
Testing out different parser implementations
Language: C# - Size: 82 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Mourya03/BottomUpParsers
Bottom Up Parsers - Compiler Design
Language: Python - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

A-LPG/LPG-csharp-runtime
C# runtime for The LALR parser generator (LPG)
Language: C# - Size: 388 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

A-LPG/LPG-python-runtime
python-runtime for LPG
Language: Python - Size: 772 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kuafuwang/LPG-csharp-runtime 📦
C# runtime for The LALR parser generator (LPG)
Language: C# - Size: 392 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kuafuwang/LPG-typescript-runtime 📦
Typescript runtime for The LALR parser generator (LPG)
Language: TypeScript - Size: 617 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PhillipVoyle/WhiteBlackCat
A parser and lexer toolset for C++ that generate typesafe C++ code
Language: C++ - Size: 616 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Hame-daani/Compiler-project
Academic project for The Compiler Desing course. Spring 2019
Language: Python - Size: 203 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ULL-ESIT-PL/parsing-strings-and-trees-with-parse-eyapp
Old article for the perl review magazine about Parse::Eyapp
Language: Perl - Size: 351 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

code-blooded/mini-compiler
A Mini Compiler for C
Language: C++ - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

kuafuwang/lpg-runtime Fork of metaborg/lpg-runtime
LPG java runtime .
Size: 82 KB - Last synced at: about 2 months ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

Hamedaani/Compiler_Project
Academic project for The Compiler Desing course. Spring 2019
Last synced at: over 2 years ago - Stars: 0 - Forks: 0