context-free
There are 20 repositories under context-free topic.
MozillaSecurity/dharma
Generation-based, context-free grammar fuzzer. Refer to https://github.com/posidron/dharma for a maintained version.
jbroadway/cacophony
Cacophony HTML5 Interactive Video Player
cacfd3a/java-probabilistic-earley-parser
🎲 Efficient Java implementation of the probabilistic Earley algorithm to parse Stochastic Context Free Grammars (SCFGs)
Buroni/automata-golf
A domain-specific language (DSL) for parsing regular, context-free and recursively enumerable languages.
pevalme/HTTPValidator
An Input Validator for HTTP based on Context-free Languages
stefk0/eai
Записки по „Езици, автомати и изчислимост"
BaseMax/CFG2CNF
Python program to convert a Context Free Grammar to Chomsky Normal Form.
FormalLanguageConstrainedPathQuerying/CFPQ_Data
Graphs and grammars for Context-Free Path Querying algorithms evaluation.
darkf/parseparse
A tiny backtracking recursive descent parser in Python
europ/VUTBR-FIT-TIN
VUTBR - FIT: TIN 2018/2019
toduko/languages-automata-and-computability
Материалите ми за упражнения по "Езици, автомати и изчислимост"
AmberThrall/context-free-js
Context free grammar utilities.
angeligareta/context-free-grammar
Program in C++ that reads a context-free grammar and removes the useless symbols and productions. After that, it generates a new simplified CFG in an output file.
aradzie/chatterbox
Generates text based on a context-free grammar
vadyushkins/CFPQ_Algo
Context-Free Path Querying Algorithms
Devin-Yeung/bnfgen
A highly customizable BNF based fuzzy test generator
Devin-Yeung/context-free
📚An educational purpose LR, LL, SLR parser generator
ksiminski/grammars
examples of grammars with flex and bison
ttulka/recursive-expressions
Java library for working with recursive expressions and context-free languages and grammars