An open API service providing repository metadata for many open source software ecosystems.

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

Related Topics
parser 12 compiler-design 10 compiler 8 lr-parser 8 lalr-parser 6 ll1-parser 6 grammar 6 clr-parser 5 lexical-analyzer 5 lexical-analysis 5 lr1-parser 4 bottom-up-parser 4 slr 4 compiler-construction 4 parser-generator 4 lexer 3 syntax-analysis 3 semantic-analysis 3 parsing 3 csharp 2 lr0-parser 2 context-free-grammar 2 python 2 lexical-parser 2 parse-tree 2 rust 2 python3 2 clr 2 lr0 2 programming-language 2 shift-reduce-parsers 2 java 2 lr1 2 regex-to-nfa 2 slr1 2 ll-parser 2 lexer-generator 2 ll1-grammar 2 tokenization 1 syntactic-analysis 1 triples 1 compiler-frontend 1 syntatic-analysis 1 algorithms 1 algorithms-and-data-structures 1 transition-states 1 lexer-parser 1 operator-precedence-parser 1 first-follow-compiler 1 first-follow-grammar 1 ll-grammar 1 first-follow-sets 1 typescript 1 programming-languages 1 parser-generation 1 grammar-parser 1 flask 1 compiler-principles 1 msagl 1 no-dependencies 1 language-recognition 1 grammars 1 bnf 1 c 1 learning-by-doing 1 learning 1 glr-parser 1 dotnet 1 cnf-grammer 1 cnf 1 chomsky 1 lhs 1 microprocessor 1 nlp-parsing 1 english-grammar 1 yacc 1 two-pass-assembler 1 lex 1 first-and-follow-sets 1 compilers 1 compilation 1 scanner-generator 1 regular-expression 1 nfa-to-dfa-conversion 1 dfa-minimization 1 compiler-compiler 1 syntax-analyzer 1 lr-parser-javafx 1 lr-parser-java 1 lr 1 javafx 1 clr1 1 java-compiler 1 three-address-code 1 syntax-tree 1 syntax-directed-translation 1 syntax-directed-definition 1 quadruples 1 optimiser 1 concrete-syntax-trees 1