Releases: batsh-dev-team/Batsh
Releases · batsh-dev-team/Batsh
Version 0.0.6
Version 0.0.5
- 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
- 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
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
Reorganize package structure and fix bugs.
Version 0.0.1
Initial release.
This is a preview for developers.