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☆49Updated last year
- List of bindings in OCaml to cordova plugins.☆27Updated 8 years ago
- ☆38Updated 5 years ago
- A practical LLVM backend for OCaml (will never be finished)☆35Updated 11 years ago
- Wiki for ocaml compiler internals☆47Updated 12 years ago
- Minimalistic logic programming framework☆22Updated 5 years ago
- Dynamic types for OCaml☆25Updated 9 years ago
- The core OCaml system: compilers, runtime system, base libraries☆21Updated this week
- A dumb OCaml logger☆37Updated last year
- Abstract engine for text edition in OCaml☆122Updated 3 weeks ago
- sample project showing how to build a Javascript web-app using `js_of_ocaml`, `TyXML` and `React`☆24Updated 9 years ago
- Yet another type combinator library☆54Updated 3 years ago
- A session manager for your everyday needs☆43Updated 2 years ago
- Trivial Metaprogramming tool using the OCaml toplevel☆55Updated 3 years ago
- A simple state-machine framework for OCaml based on QCheck☆66Updated 3 years ago
- Misc algorithms in OCaml (HyperLogLog, jump consistent hashing)☆69Updated last year
- OCaml bindings for libgccjit☆26Updated 8 years ago
- A Protocol Buffers codec generator for OCaml☆83Updated 4 years ago
- OCaml Programming Patterns - random tricks, "design patterns", etc.☆52Updated last week
- Transducers in OCaml. About as Haskelly as you can manage. Hoping to fix that.☆17Updated 10 years ago
- An embeddable Lua 2.5 interpreter implemented in OCaml☆126Updated 4 months ago
- Private extraction of astrada's lens library☆57Updated 4 years ago
- Binding to Cairo, a 2D Vector Graphics Library.☆56Updated 8 months ago
- An easy interface on top of the Irmin library.☆45Updated 5 years ago
- A simple monadic parser combinator library for OCaml☆67Updated 3 years ago
- Outdated version of an LLVM based backend for OCaml. Newer version:☆21Updated 13 years ago
- Simple, efficient iterators for OCaml☆59Updated 2 years ago
- MessagePack implementation for OCaml / msgpack.org[OCaml]☆45Updated 2 years ago
- Caml on the Web (COW) is a set of parsers and syntax extensions to let you manipulate HTML, CSS, XML, JSON and Markdown directly from OCa…☆107Updated last year