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.
☆46Oct 31, 2023Updated 2 years ago
Alternatives and similar repositories for aurochs
Users that are interested in aurochs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Deprecated, use ocaml-ppx/ppxlib instead☆14Mar 29, 2018Updated 8 years ago
- G to C translator. G is a simple concurrent programming language for the Arduino☆15May 11, 2013Updated 13 years ago
- An example project to demonstrate https://github.com/rvantonder/hack-parallel☆13May 18, 2020Updated 6 years ago
- A protoc plugin for generating OCaml code from protobuf (.proto) files.☆17Nov 30, 2019Updated 6 years ago
- Generate functions to read/write records in csv format☆18Jul 10, 2026Updated last month
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- The sparkling monad library☆13Jun 17, 2016Updated 10 years ago
- Map à la Binary Radix Tree☆20Mar 10, 2022Updated 4 years ago
- SMTP client lib for OCaml☆19Sep 5, 2016Updated 9 years ago
- String searching with errors, using the Wu-Manber algorithm☆23Jan 17, 2025Updated last year
- Phylogenetic Application written in OCaml and C☆20Jan 29, 2020Updated 6 years ago
- Printf-style format-strings for user-defined string conversion☆22Jul 10, 2026Updated last month
- Expands [%here] into its location☆13Jul 10, 2026Updated last month
- Jane Street Capital's standard library overlay☆36Jul 10, 2026Updated last month
- Unicode text for OCaml☆14Feb 19, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Helper library for gathering system configuration☆20Sep 5, 2019Updated 6 years ago
- Dataloader is a utility for batching and caching when fetching data, in particular for GraphQL.☆44Dec 2, 2019Updated 6 years ago
- Helpers for using topkg with jbuilder☆15Oct 12, 2017Updated 8 years ago
- Bisector tree implementation in OCaml