Topic: "slr-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: 9 months ago - Pushed at: almost 2 years ago - Stars: 64 - Forks: 22

Vipul97/slr-parser
Implementation of Simple LR (SLR) Parser in Python.
Language: Python - Size: 366 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 36 - Forks: 18

R32/lex
Build lexer and simple parser(SimpleLR) in macro, It also provides lexer and simpleLR tool for c language
Language: Haxe - Size: 594 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 2

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

rollrat/compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
Language: C# - Size: 1.04 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

ahmedibrahimq/create-LR-parser
Generating LR parser for a given grammar.
Language: Python - Size: 8.79 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

pourmand1376/Parser
Implementation of LL(0), LR(0), SLR(1), CLR(1) algorithms in C# (Visual Representation is also available)
Language: C# - Size: 254 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

hediske/Compiler
A Compiler made using Maven that offers to the user the possibility to provide the language of the compiler .works only on SLR grammars and generates the SLR table according to the grammar given , An SLR parser generator and type checking.
Language: Java - Size: 47.9 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

Ashish5096/Compiler-Design
Implementation of parsers
Language: C - Size: 896 KB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

priyank23/SyntaxAnalyser
Language: C++ - Size: 680 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

ShrohanMohapatra/parsingTutorialsOnPython
Several implementations in Python language of some of the parsing techniques such as LL(1) parsing, SLR(1) parsing ,LR(0) parsing and LR(1) parsing.
Language: Python - Size: 20.5 KB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

ZeroBone/Grammax
Grammax is a Java & C++ bottom-up SLR/CLR parser generator that builds parsers from grammars in Backus-Naur-Form.
Language: Java - Size: 478 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

Maxcode123/mylang
Compiler with custom SLR parser for mylang.
Language: C - Size: 124 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Osipo/CompilerCourse
This is my labs from Compilers Design Course, being taught in BMSTU. Lab 1 - Constructing minimal DFA from regex in 3 phases (r => NFA => DFA => minimal DFA). Lab 2 = Grammar processing. (Removing cycles, left recursion, left factorizing, etc.) Lab 3 = LL(1), SLR(1) and LR(1) parser generator and lexer generator. Lexer based on minimal DFA. Each final state of DFA contains pattern name (terminal name). Lab 4 = Operator Precedence Grammar Parser. Generate a matrix of precedence relations.
Language: Java - Size: 41.2 MB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

charanjit-singh/C-Compiler-in-Python
C Compiler in Python - For Computer Science Students
Language: Python - Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

eyabesbes/SLR-Grammar-Parser
In this project, we have defined an SLR grammar. We have also developed a lexical analyzer and also a syntactical analyzer in Java
Language: Java - Size: 1.4 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

guchiyams/compiler-construction
Compiler Construction - Intermediate Code Generator
Language: C++ - Size: 7.84 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

anikabytes/BRACU_CSE420_Compiler_Designs
Language: Yacc - Size: 98.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Mahitej28/SLR-Parser
Implementation of SLR Parser
Language: Python - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

qn50/SLR-Parser
It is an efficient bottom-up syntax analysis technique that can be used to parse large classes of context free grammar
Language: Java - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

akshayrdeodhar/cc
Compiler Construction assignments
Language: Yacc - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

traxys/stelar
stelar is an SLR parser
Language: Rust - Size: 895 KB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

M-Shalabi/Compiler
Language: Java - Size: 144 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

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

mauricio-ach/syntactic-analysis
Implementación de los parsers LL1 y SLR
Language: Python - Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

exellentcoin26/pango
Language: Rust - Size: 281 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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

Sayan3990/Compiler-Design-Parsers Fork of yinonburgansky/JSMachines
LL(1) LR(1) SLR(1) LALR(1) Visualization
Language: JavaScript - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

AjiteshMahalingam/GoGrammar_Writing_Aid
CS6109 - Compiler Design - Course Project
Language: Jupyter Notebook - Size: 6.02 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

AsaadNA/Lexer-SLR1-Algorithm
Simple lexer and and an SLR(1) parser
Language: Java - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 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

Alba-NR/Compilers_SummerWork
:computer: Implementation of a lexical analyser and an SLR parser in Java for my IA to IB compilers summer work task. (more details in README).
Language: Java - Size: 268 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
