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 2 years ago
Alternatives and similar repositories for aurochs
Users that are interested in aurochs are comparing it to the libraries listed below
Sorting:
- Ropes ("heavyweight strings") for OCaml☆48Updated last year
- miniKanren in OCaml☆31Updated 2 years ago
- ☆38Updated 6 years ago
- Minimalistic logic programming framework☆22Updated 5 years ago
- List of bindings in OCaml to cordova plugins.☆26Updated 9 years ago
- A practical LLVM backend for OCaml (will never be finished)☆35Updated 11 years ago
- Wiki for ocaml compiler internals☆49Updated 12 years ago
- The core OCaml system: compilers, runtime system, base libraries☆22Updated 3 weeks ago
- Transducers in OCaml. About as Haskelly as you can manage. Hoping to fix that.☆16Updated 10 years ago
- Private extraction of astrada's lens library☆56Updated 4 years ago
- Choice operator in OCaml, providing a backtracking monad☆26Updated 3 years ago
- Library for incremental computations depending only on Core_kernel☆47Updated 7 years ago
- HardCaml implementation of the OCaml ZINC Abstract Machine☆45Updated 5 years ago
- Abstract engine for text edition in OCaml☆122Updated 4 months ago
- OCaml with typed algebraic effects☆52Updated 7 years ago
- Yet another type combinator library☆55Updated 3 years ago
- CRDTs - Conflict-Free Replicated Data Types for OCaml☆47Updated 9 years ago
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- A dumb OCaml logger☆37Updated 2 years ago
- Convert from camlp4 + syntax extensions to regular OCaml + extension points and attributes☆21Updated 6 years ago
- Binding to Cairo, a 2D Vector Graphics Library.☆57Updated last year
- Dynamic types for OCaml☆24Updated 9 years ago
- Various signed and unsigned integer types for OCaml☆65Updated 11 months ago
- OCaml backend for Agda☆39Updated 7 years ago
- Random Access Zipper in OCaml☆14Updated 8 years ago
- OCaml Programming Patterns - random tricks, "design patterns", etc.☆52Updated 4 months ago
- OCaml with macros☆60Updated last month
- A meta-language for OCaml. (Unreleased)☆25Updated 2 months ago
- A simple state-machine framework for OCaml based on QCheck☆67Updated 4 years ago
- Algorithms to layout trees in a pretty manner.☆36Updated 3 years ago