camlp4
Parser tool
A tool for writing extensible parsers for programming languages using OCaml's abstract syntax tree (AST) system.
Camlp4 tool
101 stars
12 watching
36 forks
Language: OCaml
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml/merlin | Provides context-sensitive completion for the OCaml programming language in text editors. | 1,586 |
ocaml-ppx/ocamlformat | A tool that formats OCaml code according to pre-defined styles and configurations | 633 |
johnwhitington/camlpdf | A library that allows developers to read, write and modify PDF files using the OCaml programming language. | 201 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
ocaml-community/easy-format | A utility library for pretty-printing indentation in OCaml programs. | 43 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 80 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
ocaml-community/iso8601.ml | A parser and printer for date-times in ISO8601 format. | 29 |
mirage/ocaml-cow | A set of parsers and syntax extensions to manipulate web formats from OCaml code | 107 |
j0sh/ocaml-mqtt | A Message Parser Library Implementing the MQTT PubSub Protocol | 19 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
tsubame-sp/ocaml_at_p | A debugging tool for OCaml programming | 11 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |