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
- A practical LLVM backend for OCaml (will never be finished)☆35Updated 11 years ago
- An MVC library for writing interactive webpages in OCaml☆35Updated 10 years ago
- Minimalistic logic programming framework☆22Updated 5 years ago
- An embeddable Lua 2.5 interpreter implemented in OCaml☆127Updated 6 months ago
- ☆38Updated 5 years ago
- A meta-language for OCaml. (Unreleased)☆25Updated 2 weeks ago
- List of bindings in OCaml to cordova plugins.☆27Updated 8 years ago
- Choice operator in OCaml, providing a backtracking monad☆26Updated 3 years ago
- Outdated version of an LLVM based backend for OCaml. Newer version:☆21Updated 13 years ago
- Wiki for ocaml compiler internals☆49Updated 12 years ago
- A simple monadic parser combinator library for OCaml☆68Updated 3 years ago
- Yet another type combinator library☆54Updated 3 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated last week
- OCaml backend for Agda☆40Updated 6 years ago
- Dynamic types for OCaml☆25Updated 9 years ago
- Delimited continuations in byte-code and native OCaml☆27Updated 4 years ago
- Extension to OCaml for deriving functions from type declarations.☆26Updated 4 years ago
- Light library to deal with RPCs in OCaml☆98Updated last month
- A simple parser combinator library for Ocaml☆30Updated 4 years ago
- An easy interface on top of the Irmin library.☆44Updated 5 years ago
- OCaml bindings for the Javascript c3 charting library☆30Updated 6 years ago
- MPP: a meta preprocessor that blends programming languages☆32Updated 2 years ago
- Embed typed ASN.1 grammars in OCaml☆36Updated 8 months ago
- Misc algorithms in OCaml (HyperLogLog, jump consistent hashing)☆69Updated last year
- A variant of OCaml's native code compiler ocamlopt using LLVM in the back-end for optimization and code generation. Warning: Binaries pr…☆55Updated 13 years ago
- OCaml bindings for libgccjit☆26Updated 8 years ago
- OCaml with macros☆58Updated 3 months ago
- OCaml interpreter☆102Updated 6 years ago