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:
- A practical LLVM backend for OCaml (will never be finished)☆35Updated 11 years ago
- An OCaml bytecode to LLVM compiler☆43Updated 7 years ago
- Ropes ("heavyweight strings") for OCaml☆49Updated 10 months ago
- miniKanren in OCaml☆31Updated 2 years ago
- Yet another type combinator library☆54Updated 3 years ago
- Algorithms to layout trees in a pretty manner.☆36Updated 3 years ago
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- Simple implementation of a parsing algorithm inspired by Earley☆14Updated 3 years ago
- The human friendly interface to ocaml-re☆26Updated 5 years ago
- Delimited continuations in byte-code and native OCaml☆27Updated 4 years ago
- A meta-language for OCaml. (Unreleased)☆25Updated 6 months ago
- Monad-based linear types in OCaml, with a few syntax extensions☆37Updated 5 years ago
- Choice operator in OCaml, providing a backtracking monad☆25Updated 3 years ago
- MLton for scalable multicore architectures☆57Updated 11 years ago
- A Literate Programming Tool inspired by NoWeb, implemented in OCaml☆35Updated 6 years ago
- Embed typed ASN.1 grammars in OCaml☆36Updated 5 months ago
- A Datalog implementation with an OCaml inspired module system☆44Updated 6 years ago
- A simple parser combinator library for Ocaml☆30Updated 3 years ago
- An implementation of MacroML [Ganz, Sabry & Taha 2001]☆32Updated 6 years ago
- Minimalistic logic programming framework☆22Updated 5 years ago
- Just-In-Time compiler for the OCaml byte-code runtime.☆32Updated 13 years ago
- OCaml with typed algebraic effects☆50Updated 6 years ago
- Dynamic types for OCaml☆25Updated 9 years ago
- Wiki for ocaml compiler internals☆46Updated 11 years ago
- ☆38Updated 5 years ago
- OCaml bindings for the Javascript c3 charting library☆30Updated 5 years ago
- HardCaml implementation of the OCaml ZINC Abstract Machine☆44Updated 5 years ago
- unloading modules with ocaml native☆16Updated 4 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated this week
- Deprecated, use ocaml-ppx/ppxlib instead☆15Updated 7 years ago