berke / aurochs
Aurochs is a parser generator that uses the parse expression grammar (PEG) or "packrat" approach. It takes a grammar in a BNF-like notation (a .peg file) and produces bytecode (a .nog file) for a stack automaton. This bytecode is later interpreted on the input to parse using a C library. Bindings are given for Ocaml, Java and Exascript.
☆45Updated last year
Alternatives and similar repositories for aurochs:
Users that are interested in aurochs are comparing it to the libraries listed below
- miniKanren in OCaml☆31Updated last year
- Ropes ("heavyweight strings") for OCaml☆49Updated 6 months ago
- A practical LLVM backend for OCaml (will never be finished)☆33Updated 10 years ago
- ☆38Updated 5 years ago
- Choice operator in OCaml, providing a backtracking monad☆25Updated 3 years ago
- *DEPRECATED: See ocaml-multicore/ocaml-multicore* OCaml effects handlers☆27Updated 8 years ago
- Minimalistic logic programming framework☆23Updated 4 years ago
- Delimited continuations in byte-code and native OCaml☆27Updated 4 years ago
- List of bindings in OCaml to cordova plugins.☆26Updated 8 years ago
- Random Access Zipper in OCaml☆13Updated 8 years ago
- Deprecated, use ocaml-ppx/ppxlib instead☆14Updated 6 years ago
- Algorithms to layout trees in a pretty manner.☆36Updated 2 years ago
- The human friendly interface to ocaml-re☆26Updated 5 years ago
- Yet another type combinator library☆54Updated 2 years ago
- Reactive programming… in the shell☆30Updated 7 years ago
- An implementation of Daan Leijen's λ^k effect-conscience type system in OCaml☆14Updated 4 years ago
- Scheme (R6RS subset) interpreter written in OCaml☆16Updated 4 years ago
- Unofficial OCaml Standard Library Docs - Modern Theme☆11Updated 6 years ago
- A Literate Programming Tool inspired by NoWeb, implemented in OCaml☆34Updated 6 years ago
- Arbitrary-precision decimal based on Zarith☆19Updated 2 months ago
- Embed typed ASN.1 grammars in OCaml☆36Updated last month
- Persistent vectors for OCaml☆41Updated 6 years ago
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- Bisector tree implementation in OCaml☆25Updated 9 months ago
- S-expression pretty-printer☆21Updated 5 months ago
- Just-In-Time compiler for the OCaml byte-code runtime.☆32Updated 13 years ago
- Protocol Buffers, JSON, XML data serialization system for OCaml☆40Updated 2 years ago
- A dumb OCaml logger☆37Updated last year
- Tool to convert OASIS metadata to OPAM package descriptions☆27Updated 7 years ago
- OCaml implementation of the MQTT pubsub protocol.☆19Updated 4 years ago