derdon / menhir-exampleLinks
This is OCaml code which uses the libraries menhir (http://cristal.inria.fr/~fpottier/menhir/) and the Batteries (http://batteries.forge.ocamlcore.org). After it is compiled, it can be used to parse a file which contains arithmetic expressions.
☆51Updated 6 years ago
Alternatives and similar repositories for menhir-example
Users that are interested in menhir-example are comparing it to the libraries listed below
Sorting:
- Abstract engine for text edition in OCaml☆121Updated last year
- Light library to deal with RPCs in OCaml☆97Updated 3 months ago
- OCaml Format pretty-printer combinators☆75Updated 2 weeks ago
- Tools for authors of ppx rewriters☆134Updated last year
- Less redundancy in type declarations and signatures☆89Updated 7 months ago
- Ropes ("heavyweight strings") for OCaml☆49Updated 10 months ago
- DEPRECATED. See https://ocaml.org/changelog/2023-10-23-omp-deprecation. Convert OCaml parsetrees between different major versions☆86Updated last year
- ocamltter is a Twitter client in OCaml. This client run on the OCaml toplevel interpreter. Then each operation on the client is just a OC…☆75Updated 6 years ago
- Pure OCaml implementation of Zlib.☆117Updated 5 months 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
- Minimalistic syntax extension for type-safe, convenient execution of SQL statements.☆85Updated 5 years ago
- Various signed and unsigned integer types for OCaml☆66Updated 6 months ago
- Optional compilation for OCaml☆65Updated last week
- OCaml library for TOML☆83Updated 2 years ago
- A simple monadic parser combinator library for OCaml☆67Updated 2 years ago
- Easy to use Makefile for small to medium-sized OCaml-projects☆77Updated 5 months ago
- Pretty-printing library for OCaml☆43Updated 3 years ago
- Various signed and unsigned integers for OCaml☆84Updated 2 years ago
- Lookup documentation of installed OCaml packages☆68Updated 3 weeks ago
- Simple template for midsize OCaml project☆125Updated 5 months ago
- Generation of S-expression conversion functions from type definitions☆91Updated last week
- Example use of GitHub Actions with OCaml