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
Related projects ⓘ
Alternatives and complementary repositories for aurochs
- A practical LLVM backend for OCaml (will never be finished)☆33Updated 10 years ago
- miniKanren in OCaml☆31Updated last year
- *DEPRECATED: See ocaml-multicore/ocaml-multicore* OCaml effects handlers☆27Updated 8 years ago
- A Certified Interpreter for ML with Structural Polymorphism☆43Updated 2 years ago
- Ropes ("heavyweight strings") for OCaml☆49Updated 3 months ago
- An MVC library for writing interactive webpages in OCaml☆35Updated 9 years ago
- A simple parser combinator library for Ocaml☆29Updated 3 years ago
- Choice operator in OCaml, providing a backtracking monad☆24Updated 2 years ago
- Transducers in OCaml. About as Haskelly as you can manage. Hoping to fix that.☆17Updated 9 years ago
- Random Access Zipper in OCaml☆13Updated 7 years ago
- Algorithms to layout trees in a pretty manner.☆36Updated 2 years ago
- Simple implementation of a parsing algorithm inspired by Earley☆14Updated 2 years ago
- ☆38Updated 5 years ago
- MLton for scalable multicore architectures☆58Updated 10 years ago
- A Datalog implementation with an OCaml inspired module system☆44Updated 6 years ago
- Higher-order FRP compiler☆14Updated 3 years ago
- OCaml API search engine☆25Updated 8 years ago
- Yet another type combinator library☆54Updated 2 years ago
- High Level, type-safe ReasonML (OCaml) bindings to Google's compression library Brotli☆20Updated last year
- Wiki for ocaml compiler internals☆45Updated 11 years ago
- An implementation of MacroML [Ganz, Sabry & Taha 2001]☆30Updated 5 years ago
- CRDTs - Conflict-Free Replicated Data Types for OCaml☆48Updated 8 years ago
- A Literate Programming Tool inspired by NoWeb, implemented in OCaml☆34Updated 6 years ago
- Reactive programming… in the shell☆30Updated 7 years ago
- OCaml with typed algebraic effects☆48Updated 6 years ago
- HardCaml implementation of the OCaml ZINC Abstract Machine☆43Updated 4 years ago
- Delimited continuations in byte-code and native OCaml☆26Updated 3 years ago
- The human friendly interface to ocaml-re☆25Updated 5 years ago
- Scheme (R6RS subset) interpreter written in OCaml☆16Updated 4 years ago