Releases: ryuichiueda/GlueLang
Releases · ryuichiueda/GlueLang
v0.2.0
The following update is reflected in this version.
- prepared the minimal English manual in http://ryuichiueda.github.io/GlueLang/
- adjusted defectiveness on exit status
GlueLang v0.1.3
- Fixed the bug that makes a script stop with the following if-then rule:
false ?> true
- Added document about >>, !>, ?>.
GlueLang v0.1.2
- Fixed a bug on which the script stops by a command in a chain of ands.
true >> false >> echo 'a' #The script stops at the false command
- Added English a part of documents in docs.
GlueLang v0.1.1
Improved from v0.1.0 in the following points:
-
improvement of error statement
- fixed a bug in which the error message is not shown
- colored the last error message
-
support of --version
- Enjoy sushi and beer!
Document (still in Japanese)
TODO
English document
GlueLang v0.1.0
このリリースは、GlueLangが細かいバグに気を取られずに基本コンセプトを試せるようになったことを契機に行うものです。
- GlueLangについて: https://ryuichiueda.github.io/GlueLangDoc_ja/