peg
There are 248 repositories under peg topic.
ohmjs/ohm
A library and language for building parsers, interpreters, compilers, etc.
pegjs/pegjs
PEG.js: Parser generator for JavaScript
pest-parser/pest
The Elegant Parser
zesterer/chumsky
Write expressive, high-performance parsers with ease.
taocpp/PEGTL
Parsing Expression Grammar Template Library
kevinmehall/rust-peg
Parsing Expression Grammar (PEG) parser generator for Rust
peggyjs/peggy
Peggy: Parser generator for JavaScript
yhirose/cpp-peglib
A single file C++ header-only PEG (Parsing Expression Grammars) library
mna/pigeon
Command pigeon generates parsers in Go from a PEG grammar.
J-F-Liu/pom
PEG parser combinators using operator overloading without macros.
arithy/packcc
A parser generator for C
zevv/npeg
PEGs for Nim, another take
TheLartians/PEGParser
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
chinesehuazhou/guido_blog_translation
翻译 Guido 的解析器系列文章
synrc/mad
⚡ MAD: Managing Application Dependencies LING/UNIX
metadevpro/ts-pegjs
Plugin for pegjs to generate TypeScript parsers.
kaishuu0123/erd-go
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.(convert to dot file)
notdodo/pastego
Scrape/Parse Pastebin using GO and expression grammar (PEG)
ohmjs/ohm-editor
An IDE for the Ohm language (JavaScript edition)
true-grue/raddsl
Tools for rapid prototyping of DSL compilers
3b/3bmd
markdown processor in CL using esrap parser
foo123/codemirror-grammar
Transform a JSON grammar into a syntax-highlight parser for CodeMirror
cdiggins/myna-parser
Myna Parsing Library
bripkens/lucene
Node.js lib to transform: lucene query → syntax tree → lucene query
pest-parser/awesome-pest
A curated list of resources, projects, and tools using or for the pest parser generator in Rust
fasterthanlime/pegviz
PEG trace visualizer
jwtowner/lug
C++ embedded domain specific language for expressing parsers as extended parsing expression grammars (PEGs)
FoundatioFx/Foundatio.Parsers
A lucene style query parser that is extensible and allows modifying the query.
edubart/lpegrex
Parse programming languages syntax into an AST using PEGs with ease (LPeg Extension).
zhong-j-yu/rekex
PEG parser generator for Java 17 - grammar as algebraic datatypes
gpakosz/peg
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
darius/parson
Yet another PEG parser combinator library and DSL
lil-lila/packcc
Implementation of Packrat Parser Generator algorithm
soasme/PeppaPEG
PEG Parser in ANSI C
acple/ParsecSharp
The faster monadic parser combinator library for C#
corn-config/corn
🌽 A simple and pain-free configuration language. Reference libcorn implementation and CLI.