Skip to content

Releases: ryuichiueda/GlueLang

v0.2.0

01 Apr 01:42
Compare
Choose a tag to compare

The following update is reflected in this version.

GlueLang v0.1.3

28 Mar 01:02
Compare
Choose a tag to compare
  • Fixed the bug that makes a script stop with the following if-then rule:

false ?> true

  • Added document about >>, !>, ?>.

GlueLang v0.1.2

27 Mar 23:09
Compare
Choose a tag to compare
  • 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

26 Mar 13:17
Compare
Choose a tag to compare

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

26 Mar 07:49
Compare
Choose a tag to compare

このリリースは、GlueLangが細かいバグに気を取られずに基本コンセプトを試せるようになったことを契機に行うものです。