parser-combinator
There are 65 repositories under parser-combinator topic.
dashbitco/nimble_parsec
A simple and fast library for text-based parser combinators
petitparser/dart-petitparser
Dynamic parser combinators in Dart.
h0tk3y/better-parse
A nice parser combinator library for Kotlin
petitparser/java-petitparser
Dynamic parser combinators in Java.
BowenFu/hspp
hspp: An experimental library to bring Haskell Style Programming to C++.
masala/masala-parser
Javascript Generalized Parser Combinators
norswap/autumn
A Java parser combinator library written with an unmatched feature set.
LPeter1997/CppCmb
A generic C++17 parser-combinator library with a natural grammar notation.
lettier/parsing-with-haskell-parser-combinators
🔍 A step-by-step guide to parsing using Haskell parser combinators.
hikmat2337/cparse
cparse is an LR(1) and LALR(1) parser generator
disnet/parser-lang
A parser combinator library with declarative superpowers
davidkellis/arborist
Arborist is a PEG parser that supports left-associative left recursion
kkarnauk/parsek
Parser combinators in Kotlin for Kotlin Multiplatform
okneniz/parsec
Golang parser combinator library inspired by haskell parsec
shellyln/takenoco
A parser combinator library for Go.
mezoni/parser_builder
Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.
mori0091/cparsec2
CPARSEC2 - a parser combinator library for C language
appositum/parsero
Parser combinators
boxbeam/RedLex
A lexer-generator/parser-combinator for any context-free format
dkandalov/parser-combinator-koans
Koans to build parser combinator in Kotlin from scratch
jansvoboda11/percy
Ergonomic parser combinator library for constexpr C++.
jgosmann/bite-parser
Asynchronous parser taking incremental bites out of your byte input stream.
Ran350/misezan
さや香の M-1 2023 決勝ネタ「見せ算」に対応した五則演算器実装および npm package
shellyln/fruitsconfits
A well typed and sugared parser combinator framework for TypeScript/JavaScript.
AntonReborn/cpp-parser-combinator
Parser combinator library for C++
launix-de/go-packrat
Packrat parser combinator in Go
vorotynsky/ParseCpp
Parser combinators library for C++
huytd/reminder-parser
An experiment to parse Reminder events in natural language
MeowType/parser_fuck
A simple parser combinator library
mkbabb/parse-that
Parser combinators for TypeScript - with BBNF (Better Backus–Naur Form).
Stratadox/Parser
Simple Yet Powerful Parser Combinator Library.
tizee/zig-parser-combinator
A parser-combinator library in Zig
utkarshkukreti/parco
A hyper-optimized 1kb library to build fully type-safe parsers in TypeScript.
benfaerber/json-parser-combinator
A JSON parser written in Typescript using the Parser Combinator methodology. I recommend that anyone who is interested in functional parsers should use this as a reference.
schwarz/key_values3
KeyValues3 (KV3) parser in Elixir
tmanderson/pc
P(arser)C(ombinator) - a minimal zero-dependency parser combinator framework enabling intuitive and modular parser development