morbig
  1. Overview
  2. Docs
A trustworthy parser for POSIX shell

Install

Authors

Maintainers

Sources

0.10.3.tar.gz
md5=93ad6f7e3e112e8ffc1b838250085a11
sha512=ee51f1b257b14a780c28bee0190f58c7af9e9bb7393f2a2a47d5b5a02fcb24ca0fb37e8cc51408eafe977e7ea2ee53b1570e3b5345ed74975973c909acdc3507

Description

Morbig is a parser for shell scripts written in the POSIX shell script language. It parses the scripts statically, that is without executing them, and constructs a concrete syntax tree for each of them. The concrete syntax trees are built using constructors according to the shell grammar of the POSIX standard.

Published: 09 Mar 2019

Dependencies (7)

  1. yojson < "2.0.0"
  2. visitors >= "20200207"
  3. ppx_deriving_yojson
  4. ppx_deriving >= "5.0"
  5. ocaml >= "4.04"
  6. menhir >= "20180538"
  7. dune >= "1.4.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. morsmall >= "0.2.0"

Conflicts

None