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.6.tar.gz
md5=aeb8a3a6b6c7c9de8b041dc9023b6a1a

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.org/

Change log:

  • Fix newline literals.
  • Simple Semantic checker.
  • Fix comments win Windows Batch.
  • Add some built-in functions.
  • Fix build issues for ocp-build 1.99.8

Published: 21 Jan 2015

Dependencies (7)

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

Dev Dependencies

None

Used by

None

Conflicts

None