smug

Parser generator library

A library that enables easy creation of recursive descent parsers for text with a focus on simplicity and extensibility

Super Monadic Über Go-into : parser combinators for Common Lisp

GitHub

108 stars
11 watching
13 forks
Language: Common Lisp
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
haskell/parsec A parser combinator library designed to be industrial-strength and easy to use 850
davedufresne/swiftparsec A Swift library for creating parsers from simple components using combinator logic 226
digikar99/reader Provides reader macros for various data structures and functions in Common Lisp 13
com-lihaoyi/fastparse A Scala-based library for writing fast parsers using parser combinators. 1,098
m4rw3r/chomp A fast and expressive monadic-style parser combinator for Rust. 245
dashbitco/nimble_parsec A lightweight and efficient library for building text-based parsers using composable combinators 820
askeladdk/prattle A parser and scanner package for LL(1) grammars 7
epfl-lara/scallion A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. 57
keean/parser-combinators A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. 97
sjl/adopt A simple UNIX-style option parser in Common Lisp. 31
rudolph-miller/jonathan A JSON encoder and decoder implemented in Common Lisp. 164
r1chardj0n3s/parse A library that parses strings using a specification based on the Python format() syntax 1,732
aviate-labs/parser-combinators.mo A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. 4
vindarel/cl-str A modern and consistent Common Lisp library for string manipulation. 312
scymtym/esrap A parser generator tool for Common Lisp with advanced features like dynamic redefinition and semantic predicates. 79