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.
☆46Updated last year
Alternatives and similar repositories for aurochs:
Users that are interested in aurochs are comparing it to the libraries listed below
- A practical LLVM backend for OCaml (will never be finished)☆34Updated 10 years ago
- miniKanren in OCaml☆31Updated last year
- Ropes ("heavyweight strings") for OCaml☆49Updated 8 months ago
- Choice operator in OCaml, providing a backtracking monad☆25Updated 3 years ago
- Embed typed ASN.1 grammars in OCaml☆36Updated 3 months ago
- The human friendly interface to ocaml-re☆26Updated 5 years ago
- Minimalistic logic programming framework☆23Updated 5 years ago
- Yet another type combinator library☆54Updated 3 years ago
- Various signed and unsigned integer types for OCaml☆66Updated 4 months ago
- A Literate Programming Tool inspired by NoWeb, implemented in OCaml☆34Updated 6 years ago
- List of bindings in OCaml to cordova plugins.☆27Updated 8 years ago
- Extension to OCaml for deriving functions from type declarations.☆26Updated 4 years ago
- OCaml library for combinatorics☆35Updated 7 months ago
- Pure OCaml library to read and write tar files☆56Updated last month
- A meta-language for OCaml. (Unreleased)☆25Updated 4 months ago
- Abstract engine for text edition in OCaml☆120Updated last year
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- OCaml with typed algebraic effects☆49Updated 6 years ago
- MessagePack implementation for OCaml / msgpack.org[OCaml]☆45Updated 2 years ago
- Dynamic types for OCaml☆25Updated 9 years ago
- Resilient replicant Shell Programming Library☆37Updated 7 years ago
- A simple parser combinator library for Ocaml☆30Updated 3 years ago
- Delimited continuations in byte-code and native OCaml☆27Updated 4 years ago
- An OCaml bytecode to LLVM compiler☆43Updated 7 years ago
- OCaml bindings for the Javascript c3 charting library☆30Updated 5 years ago
- ☆38Updated 5 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated this week
- Reactive programming… in the shell☆30Updated 7 years ago
- Outdated version of an LLVM based backend for OCaml. Newer version:☆20Updated 13 years ago
- Monad-based linear types in OCaml, with a few syntax extensions☆37Updated 5 years ago