berke / aurochsLinks
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
Sorting:
- miniKanren in OCaml☆31Updated 2 years ago
- Ropes ("heavyweight strings") for OCaml☆48Updated last year
- ☆38Updated 5 years ago
- A practical LLVM backend for OCaml (will never be finished)☆35Updated 11 years ago
- Minimalistic logic programming framework☆22Updated 5 years ago
- List of bindings in OCaml to cordova plugins.☆27Updated 8 years ago
- Wiki for ocaml compiler internals☆49Updated 12 years ago
- Choice operator in OCaml, providing a backtracking monad☆26Updated 3 years ago
- A simple monadic parser combinator library for OCaml☆68Updated 3 years ago
- Simple implementation of a parsing algorithm inspired by Earley☆15Updated 3 years ago
- OCaml with macros☆58Updated 3 months ago
- OCaml Programming Patterns - random tricks, "design patterns", etc.☆52Updated last month
- Private extraction of astrada's lens library☆56Updated 4 years ago
- Yet another type combinator library☆54Updated 3 years ago
- Abstract engine for text edition in OCaml☆123Updated 2 months ago
- sample project showing how to build a Javascript web-app using `js_of_ocaml`, `TyXML` and `React`☆24Updated 9 years ago
- Algorithms to layout trees in a pretty manner.☆36Updated 3 years ago
- Dynamic types for OCaml☆25Updated 9 years ago
- A dumb OCaml logger☆37Updated 2 years ago
- Library for incremental computations depending only on Core_kernel☆48Updated 7 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated last week
- Trivial Metaprogramming tool using the OCaml toplevel☆55Updated 3 years ago
- An embeddable Lua 2.5 interpreter implemented in OCaml☆127Updated 6 months ago
- Red-Black Trees for OCaml.☆23Updated 9 years ago
- A simple state-machine framework for OCaml based on QCheck☆67Updated 3 years ago
- Multilingualization for the OCaml source code☆49Updated 6 years ago
- An easy interface on top of the Irmin library.☆44Updated 5 years ago
- Pure OCaml library to read and write tar files☆55Updated 2 weeks ago
- OCaml library for combinatorics☆35Updated 3 months ago
- Misc algorithms in OCaml (HyperLogLog, jump consistent hashing)☆69Updated last year