Obelisk
Parser formatter
Generates pretty-printed output from Menhir parser files in various formats
A simple multi-format pretty-printer for Menhir.
55 stars
7 watching
4 forks
Language: OCaml
last commit: 6 months ago
Linked from 1 awesome list
latexmenhirocamlparserpretty-print
Related projects:
Repository | Description | Stars |
---|---|---|
smolkaj/nice-parser | Automates the process of building parsers in OCaml with minimal boilerplate code | 125 |
polsab/pretty_hex | A hex dumping library in Elixir that formats binary data into human-readable output. | 7 |
ivan-m/wl-pprint-text | A text pretty printer with improved whitespace handling | 7 |
epfl-lara/scallion | A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
jaredly/myntax | A parser and pretty-printer generator for the OCaml programming language | 51 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
louisdx/cxx-prettyprint | Automatically formats C++ container output for readability | 561 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |
haskell/pretty | A utility library for formatting text in a consistent manner | 72 |
ocaml-community/iso8601.ml | A parser and printer for date-times in ISO8601 format. | 29 |
meh/ruby-tesseract-ocr | A Ruby wrapper around the Tesseract OCR API to provide an easy-to-use interface for optical character recognition tasks | 629 |
johnnymorganz/stylua | A Lua code formatter with syntax variants for different versions of the language | 1,639 |
aerosol/tabula | Transforms data into ASCII/GitHub Markdown tables | 93 |
craigwilliams/beautifyruby | A Sublime Text plugin to format and beautify Ruby code. | 258 |
cdepillabout/pretty-simple | A tool to prettify Haskell data types with Show instances in an easy-to-read format | 243 |