package batsh

  1. Overview
  2. No Docs
A (C-like syntax) programming language that compiles to Bash and Windows Batch.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.5.tar.gz
md5=a892f5fb0a011ce34f3728540514be97

Description

Batsh enables you to write code once runs on all platforms without any additional dependency.

Documentation: https://github.com/BYVoid/Batsh

Online demo: http://batsh.byvoid.com/

Change log:

  • Not split call from assignment (winbat).
  • Support return value of external command (winbat).
  • Use ocamlyacc for compatibility.
  • Switch build framework to ocp-build.
  • Deal with argument with spaces.

Published: 21 Nov 2013

Dependencies (6)

  1. cmdliner >= "0.9.2"
  2. dlist >= "0.0.3"
  3. core >= "109.47.00" & < "113.00.00"
  4. core_kernel >= "109.47.00" & <= "113.00.00"
  5. ocp-build >= "1.99.8-beta"
  6. ocaml >= "4.00.1"

Dev Dependencies

None

Used by

None

Conflicts

None