context-free-language
There are 19 repositories under context-free-language topic.
palle-k/Covfefe
A parser for nondeterministic context free languages
Aunsiels/pyformlang
A python library to manipulate formal languages and various automata
moorara/algo
Algorithms and data structures for Go applications
BaseMax/CFG2CNF
Python program to convert a Context Free Grammar to Chomsky Normal Form.
negativefnnancy/NanGram
Small little context-free expression generator and parser using user provided EBNF-like source.
mmerabet42/ft_lexiq
A generic syntactic and lexical analyzer (context-free grammar)
ZeroBone/useless_productions
Efficient algorithm that finds non-productive rules in context-free grammars.
bprollinson/ripal
Responsive and Intuitive Parsing for the Analysis of Language - Regular Expression, LL1, LR0, SLR1 and LR1 parsing
AmberThrall/context-free-js
Context free grammar utilities.
Gyakobo/Recognizing-context-free-languages-with-a-PDA
The following project should define a PDA that in its turn would recognize a specific context-free language.
mattany/CFGChecker
A program that cross references a context free grammar with a given language
AleksaMCode/bnf-parser
BNF (Backus-Naur Form) LL(k) parser.
RHarryH/precedence-parsers
Implementation of precedence parsers and it's specific case - shunting yard algorithm
Nihilish/PDARun
Simple interpreter for PDA programs (Language for designing and testing pushdown automatas)
Prajna-Ramamurthy/Syntax-Validation
Syntax validation of a programming language by writing the Context Free Grammar for the specific construct of a particular language and a program for the same.
viniciusrplima/mee-2
Math Expressions Evaluator II
danibazi9/ContextFreeGrammarsImplementationWithSchematic
Implementation of fully-functioned context-free grammars (CFG) & push-down automata (PDA), also include schematically implementation PDA
ttulka/recursive-expressions
Java library for working with recursive expressions and context-free languages and grammars