Pinned Repositories
antlr4
Fork of ANTLR allowing using it as a library.
CoCoPy
Python implementation of the famous Coco/R LL(k) compiler generator
grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
javaMdktCompiler.py
Allows software written in Python load and execute Java source code.
kiki-re
Kiki regex traído del mundo de los muertos
UniGrammar.py
One DSL for text-based grammars to rule them all
UniGrammarRuntime.py
Runtime for UniGrammar-generated wrappers for generated parsers.
UniGrammarRuntimeCore.py
A set of interfaces useful for any parser generator in python.
wisent
a Parser Generator for Python
xeger
Library to generate random strings from regular expressions.
UniGrammar's Repositories
UniGrammar/UniGrammar.py
One DSL for text-based grammars to rule them all
UniGrammar/CoCoPy
Python implementation of the famous Coco/R LL(k) compiler generator
UniGrammar/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
UniGrammar/javaMdktCompiler.py
Allows software written in Python load and execute Java source code.
UniGrammar/.github
A magic GitHub repository with settings
UniGrammar/antlr4
Fork of ANTLR allowing using it as a library.
UniGrammar/charRanges.py
A library for manipulating character ranges !!! Migrated to Codeberg 🏔️ !!!
UniGrammar/escapelib.py
A library to escape characters to be used in various contexts
UniGrammar/kiki-re
Kiki regex traído del mundo de los muertos
UniGrammar/lark
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
UniGrammar/TatSu
竜 TatSu generates Python parsers from grammars in a variation of EBNF
UniGrammar/UniGrammarRuntime.py
Runtime for UniGrammar-generated wrappers for generated parsers.
UniGrammar/UniGrammarRuntimeCore.py
A set of interfaces useful for any parser generator in python.
UniGrammar/wisent
a Parser Generator for Python
UniGrammar/xeger
Library to generate random strings from regular expressions.
UniGrammar/antlr-ast
Library for building abstract syntax trees from antlr parsers
UniGrammar/antlrCompile.py
Python bindings to antlr for automation of parsers generation.
UniGrammar/Arpeggio
Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/
UniGrammar/grammars
Our repo for grammars. We plan to rewrite all the ANTLR grammars possible into UniGrammar grammars eventually.
UniGrammar/InMemoryJavaCompiler
Utility class to compile java source code in memory
UniGrammar/parglare
A pure Python scannerless LR/GLR parser - http://www.igordejanovic.net/parglare/
UniGrammar/parsimonious
The fastest pure-Python PEG parser I can muster
UniGrammar/rstr
rstr is a helper module for easily generating random strings of various types. It could be useful for fuzz testing, generating dummy data, or other applications.
UniGrammar/sre-tools
Helpers for sre_parse, transforming regexes
UniGrammar/sre-yield
Python module to generate regular all expression matches