Projects in Awesome Lists tagged with parser-combinator
A curated list of projects in awesome lists tagged with parser-combinator .
https://github.com/dashbitco/nimble_parsec
A simple and fast library for text-based parser combinators
binary elixir parser-combinator
Last synced: 13 May 2025
https://github.com/petitparser/dart-petitparser
Dynamic parser combinators in Dart.
dart flutter grammar parser parser-combinator parser-framework parser-library parsing-expression-grammar petitparser
Last synced: 14 May 2025
https://github.com/google/mug
A small Java 8 library (string manipulation, BiStream, Structured Concurrency, SQL Templates)
java-string parser-combinator parser-combinators sql sql-injection-proof stream-api streams string-manipulation structured-concurrency
Last synced: 14 Mar 2026
https://github.com/h0tk3y/better-parse
A nice parser combinator library for Kotlin
dsl grammar kotlin language parser parser-combinator syntax-trees
Last synced: 04 Apr 2025
https://github.com/petitparser/java-petitparser
Dynamic parser combinators in Java.
java parser parser-combinator parser-framework parser-library parsing-expression-grammar petitparser
Last synced: 24 Oct 2025
https://github.com/bowenfu/hspp
hspp: An experimental library to bring Haskell Style Programming to C++.
concurrency concurrent-programming cpp cpp-library cpp17 cpp20 do-notation functional-programming haskell monad monadic monadic-interface parser-combinator parser-combinators software-transactional-memory stm transactional-memory
Last synced: 19 Oct 2025
https://github.com/masala/masala-parser
Javascript Generalized Parser Combinators
functional-programming generalization monad parsec parser-combinator
Last synced: 12 Jan 2026
https://github.com/norswap/autumn
A Java parser combinator library written with an unmatched feature set.
grammar grammars parse-trees parser parser-combinator parser-combinators parser-framework parser-library parsers parsing parsing-combinators parsing-expression-grammar
Last synced: 16 Jan 2026
https://github.com/LPeter1997/CppCmb
A generic C++17 parser-combinator library with a natural grammar notation.
c-plus-plus c-plus-plus-17 parser parser-combinator parser-combinators parser-library
Last synced: 08 May 2025
https://github.com/lettier/parsing-with-haskell-parser-combinators
🔍 A step-by-step guide to parsing using Haskell parser combinators.
functional-programming functional-programming-examples haskell haskell-exercises haskell-learning haskell-tutorial learn-to-code learning-by-doing parsec parser parser-combinator parser-combinators parsers parsing programming-exercises srt srt-format srt-parser srt-subtitles subtitles
Last synced: 26 Mar 2025
https://github.com/h2337/cparse
cparse is an LR(1) and LALR(1) parser generator
c compiler compiler-construction compiler-frontend compilers lalr lalr-parser lalr-parser-generator lalr1 lr1 lr1-parser parser parser-combinator parser-combinators parser-framework parser-generator parser-library parsing
Last synced: 13 Aug 2025
https://github.com/disnet/parser-lang
A parser combinator library with declarative superpowers
javascript parser-combinator parser-combinators parsing template-literal template-literals
Last synced: 01 Sep 2025
https://github.com/kkarnauk/parsek
Parser combinators in Kotlin for Kotlin Multiplatform
grammar kotlin lexer parser parser-combinator tokenizer
Last synced: 27 Oct 2025
https://github.com/shellyln/takenoco
A parser combinator library for Go.
go golang lexer lexer-parser parser parser-combinator parser-framework parser-library production-rules production-rules-engine
Last synced: 13 Apr 2025
https://github.com/mezoni/parser_builder
Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.
dart parser parser-combinator parser-combinators parser-framework
Last synced: 06 May 2025
https://github.com/dkandalov/parser-combinator-koans
Koans to build parser combinator in Kotlin from scratch
Last synced: 19 Jun 2025
https://github.com/jgosmann/bite-parser
Asynchronous parser taking incremental bites out of your byte input stream.
asyncio bytes incremental parser parser-combinator parsing parsing-expression-grammar peg python python3
Last synced: 12 Apr 2025
https://github.com/shellyln/fruitsconfits
A well typed and sugared parser combinator framework for TypeScript/JavaScript.
javascript parser parser-combinator parser-framework typescript
Last synced: 18 Jun 2025
https://github.com/boxbeam/redlex
A lexer-generator/parser-combinator for any context-free format
lexer-generator lexing parser-combinator parsing
Last synced: 06 Apr 2025
https://github.com/utkarshkukreti/parco
A hyper-optimized 1kb library to build fully type-safe parsers in TypeScript.
combinator ll parse parsec parser parser-combinator parsing regex regexp string typesafe typescript
Last synced: 23 Feb 2026
https://github.com/tizee/zig-parser-combinator
A parser-combinator library in Zig
Last synced: 25 Feb 2025
https://github.com/huytd/reminder-parser
An experiment to parse Reminder events in natural language
natural-language nom parser-combinator rust
Last synced: 11 Nov 2025
https://github.com/schwarz/key_values3
KeyValues3 (KV3) parser in Elixir
deadlock dota2 elixir keyvalues3 parser-combinator source2-keyvalues3
Last synced: 08 Jul 2025
https://github.com/tmanderson/pc
P(arser)C(ombinator) - a minimal zero-dependency parser combinator framework enabling intuitive and modular parser development
framework functional minimal parser parser-combinator parser-combinators parser-framework parser-generator parser-library parsercombinator parsing simple
Last synced: 11 Apr 2026
https://github.com/dlemel8/network_parser_combinator
POC of parsing network protocols using parser combinators pattern
dtls12 functional-programming network-protocols parser-combinator rust tdd tls12 tls13
Last synced: 23 Feb 2025
https://github.com/yisaer/idl-parser
OMG IDL Parser written in go
go omg-idl parser parser-combinator
Last synced: 13 Oct 2025
https://github.com/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.
functional-programming functional-typescript json parser parser-combinator parsing
Last synced: 12 Mar 2025
https://github.com/martinfrances107/gcode-nom
Visualize G-code files
byte-array grammer nom parse parser parser-combinator rust validator
Last synced: 11 Nov 2025
https://github.com/sagnikc395/parso
parser combinator in python
functional-programming parser-combinator
Last synced: 04 Sep 2025
https://github.com/willprice/camle-compiler
A compiler for a language called CAMLE similar to that of `While` from the Appel compiler book
ast compiler grammar haskell language parser-combinator three-address-code while-language
Last synced: 03 Mar 2025
https://github.com/catseye/parc
MIRROR of https://codeberg.org/catseye/Parc : "The simplest parser combinator library that could possibly work". Fits on a page, no fancy types.
didactic fits-on-a-page minimal-code minimal-viable-product no-frills parser-combinator parser-combinators simple-haskell toy-library toy-parser-combinators toy-parser-generator
Last synced: 10 Oct 2025
https://github.com/codgician/parsic
🪄 A naive parser combinator written while learning Rust.
parser parser-combinator rust-crate
Last synced: 02 Dec 2025
https://github.com/smbl64/xml-parser
A toy xml parser written in Rust 🦀
parser-combinator rust xml-parser
Last synced: 26 Mar 2025
https://github.com/rameshvarun/galaxy-parser
A parser for StarCraft 2's Galaxy scripting language, written in JavaScript using parser combinators.
parser parser-combinator starcraft2
Last synced: 08 Apr 2025
https://github.com/gopavel/parser-combinator
Library of parser-combinator with parser generation.
Last synced: 03 Apr 2025
https://github.com/uzmoi/parsea
parser combinator library for parsing array-like
Last synced: 07 Sep 2025
https://github.com/mkalmousli/combi.dart
A simple parser combinator library for the Dart programming language.
dart flutter parser-combinator pubdev
Last synced: 22 Feb 2026
https://github.com/takker99/deno-parser
Parser combinators for TypeScript and JavaScript
deno parser-combinator parser-combinators typescript
Last synced: 06 Oct 2025