myntax

OCaml parser and printer

A parser and pretty-printer generator for the OCaml programming language

GitHub

51 stars
7 watching
3 forks
Language: OCaml
last commit: almost 6 years ago

Related projects:

Repository Description Stars
smolkaj/nice-parser Automates the process of building parsers in OCaml with minimal boilerplate code 124
sanderspies/ocaml A WebAssembly backend for the OCaml programming language 80
ocaml-community/iso8601.ml A parser and printer for date-times in ISO8601 format. 29
lelio-brun/obelisk Generates pretty-printed output from Menhir parser files in various formats 55
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
ocaml-community/yojson A library that parses and pretty-prints JSON data into an OCaml tree data structure 328
tsubame-sp/ocaml_at_p A debugging tool for OCaml programming 11
pyrocat101/opal A set of monadic parser combinators for OCaml to simplify building parsers. 146
ocaml-community/sedlex A tool for generating Unicode-friendly lexers in OCaml 240
ocaml-ppx/ppx_deriving_yojson A tool that generates JSON serialization and deserialization functions for OCaml types 157
brendanlong/ocaml-ooxml A collection of OCaml libraries for parsing and working with Microsoft Office document formats 33
ocaml-ppx/ocamlformat A tool that formats OCaml code according to pre-defined styles and configurations 633
roddyyaga/ppx_rapper A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. 137
aantron/markup.ml A streaming HTML5 and XML parser that detects character encodings, emits signals, and provides error recovery. 146