parsing-expression-grammars
There are 28 repositories under parsing-expression-grammars topic.
taocpp/PEGTL
Parsing Expression Grammar Template Library
kevinmehall/rust-peg
Parsing Expression Grammar (PEG) parser generator for Rust
yhirose/cpp-peglib
A single file C++ header-only PEG (Parsing Expression Grammars) library
aappleby/matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
jwtowner/lug
C++ embedded domain specific language for expressing parsers as extended parsing expression grammars (PEGs)
gpakosz/peg
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
kareman/Patterns
A Swift PEG parser
gilzoide/pega-texto
Single-file Parsing Expression Grammars (PEG) runtime engine for C
progranet/OMeta.Lua
OMeta for Lua
clarete/langlang
Language Toolkit
DNemtsov/Lexepars
Concise monadic parser combinator library with separate lexer/parser phases, off-side rule and big-size input support.
ncellar/autumn4
A Java parser combinator library written with an unmatched feature set.
jakoch/OMeta-PHP
OMeta: an Object-Oriented Language for Pattern Matching. PHP implementation of OMeta/JS.
z1skgr/FLEX-BISON
Building compilers for lexical analysis & parsing
caffeine-suite/caffeine-eight
CaffeineEight - parsing made as easy as humanly possible
Banyc/peg
`grep` but with PEG patterns. Define grammars (e.g. `digit`), functions for matching. No more regex syntax!
mnemnion/JLpeg.jl
A bytecode Parsing Expression Grammer VM closely inspired by LPeg
evansmal/pegpp
A PEG parser generator written in C++20.
fadlidony/Teknik-Kompilasi
Teknik Kompilasi menggunakan bahasa python
guidanoli/peg-coq
Formalizing PEGs and a well-formedness algorithm in Coq
hucsmn/peg
Parsing Expression Grammars for Go.
mcaliman/efesto
Excel Formula Extractor System and Topological Ordering algorithm (AGPL Version 3.0, Commercial license available)
SynStratos/J2LLVM
Implementazione di un front-end Java per l'infrastruttura LLVM.
tiagosr/Broca
Parsing Expression Grammar library for Objective-C (NextSTEP/GNUSTEP/Cocoa-based)
eZWALT/ASL-Compiler
FIB-CL 2022-23 Q2 Compilers subject
gtoal/uparse
Unicode Parser generator. Ordered grammar choices, similar to PEG parsing. Top-down, table-driven, arbitrary lookahead, right-recursive. (Plus demo full algol 60 parser)
radgeRayden/spiel
A pattern matching and parsing library for Scopes.
Spitfire1970/shell
Copy of my group's coursework for COMP0010