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: about 6 years ago

Related projects:

Repository Description Stars
smolkaj/nice-parser Automates the process of building parsers in OCaml with minimal boilerplate code 125
sanderspies/ocaml A WebAssembly backend for the OCaml programming language 79
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 85
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 Unicode-friendly lexer generator for OCaml. 244
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 32
ocaml-ppx/ocamlformat Automates formatting of OCaml code to conform to specific coding standards 642
roddyyaga/ppx_rapper A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. 138
aantron/markup.ml A streaming HTML5 and XML parser that detects character encodings, emits signals, and provides error recovery. 146