Skip to content

Releases: batsh-dev-team/Batsh

Version 0.0.6

23 Oct 14:12
Compare
Choose a tag to compare
  • 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

Version 0.0.5

06 Nov 18:11
Compare
Choose a tag to compare
  • 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.

Version 0.0.4

30 Oct 20:07
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
  • 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).

Version 0.0.3

20 Oct 09:49
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release

Fix bugs of Windows Batch:

  • While loop labels.
  • Raw statement.
  • String escape.
  • Print without newline.
  • Print return value.
  • Return value of recursive function.
  • Multiple parameters of function call.
  • Arithmetic comparisons.

Version 0.0.2

14 Oct 02:11
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Reorganize package structure and fix bugs.

Version 0.0.1

09 Oct 03:21
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

Initial release.

This is a preview for developers.