batsh 0.0.4
Author | BYVoid <byvoid@byvoid.com> | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | MIT | |||||||||||||||||||||||||
Homepage | https://github.com/BYVoid/Batsh | |||||||||||||||||||||||||
Maintainer | byvoid@byvoid.com | |||||||||||||||||||||||||
Dependencies |
|
|||||||||||||||||||||||||
Optional dependencies |
|
|||||||||||||||||||||||||
OCaml | >= 4.00.1 | |||||||||||||||||||||||||
Published | Oct 30, 2013 | |||||||||||||||||||||||||
Source [http] |
https://github.com/BYVoid/Batsh/archive/v0.0.4.tar.gz 03e93a2adc17b53f45b746cc8014b904 |
|||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/batsh/batsh.0.0.4/opam |
A (C-like syntax) programming language that compiles to Bash and Windows Batch.
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/
- Remove dependency to Core (use Core_kernel instead).
- Rewrite command line front end with Cmdliner.
- Add unit tests for code.
- Stop printing redundant parentheses of arithmetic expressions (bash).
- Not split string comparison expression from if statement (bash).
- Not split list from assignment (winbat).
- Escape caret specially if exclamation mark is observed (winbat).
No package is dependent |