formal-grammar
There are 16 repositories under formal-grammar topic.
yegor256/ppa
Practical Program Analysis (academic course) presented in Innopolis University in 2023
yegor256/naive-ebnf
LaTeX package for printing EBNF in plain text format
dharasim/AbstractGrammars.jl
A general interface and toolkit for working with hierarchical grammar models
jossmoff/formalgrammars
LaTeX style for Formal Grammars and operations on them
rifatarefin/treevada
Code for ICSE 2024 paper "Fast Deterministic Black-box Context-free Grammar Inference"
CarsonScott/L-System-Grammar
A class for creating and implementing L-system grammars in python
kientuong114/pygennaro
BNF parsing, formal grammar conversion, and string generation utilities in Python
atmay/Tokenization
tokeniser for math in c#
willyfh/lindenmayer-system
Implementation of Lindenmayer System (L-system), which is a parallel rewriting system and a type of formal grammar.
DuniaMarchiori/INE5421-T1
Trabalho 1 de Linguagens Formais e Compiladores (INE5421)
kasperengelen/Grammars-and-Transducers
A paper on the topic of automata theory I wrote for a research intership at the University of Antwerp.
leesfy/msu_cpp_2021
Язык С++ ВМК 2 курс 1 поток
YuriNikolai/Lsystemexport
A simple L-system "tree" generator, modded to allow exporting the output as PNG images with transparent background.
atmay/lisp_parser
Lisp parser on Python