Skip to content

Releases: e6nlaq/aqua

v1.7.0 Preview 2

17 Jun 05:51
1845089
Compare
Choose a tag to compare
v1.7.0 Preview 2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.0-pre1...v1.7.0-pre2

v1.7.0 Preview 1

24 May 10:08
3c242a9
Compare
Choose a tag to compare
v1.7.0 Preview 1 Pre-release
Pre-release

Warning
The Windows 32-bit version of this version is incorrectly listed as v1.6.0.
We apologize for the inconvenience, but please use the next v1.7.0 Preview 2.

What's Changed

  • %を小数に対応 by @e6nlaq in #382
  • 数学的関数fact,logを追加 by @e6nlaq in #394
  • 変数宣言時に使用できる文字の変更(減少) by @e6nlaq in #399
  • true,falseを定数化及びTrue,Falseを追加 by @e6nlaq in #405
  • v1.7.0 Preview 1を公開 by @e6nlaq in #407

Full Changelog: v1.6.0...v1.7.0-pre1

v1.6.0

01 May 08:54
bdd1e6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.6.0 Preview 2

30 Apr 03:03
7293555
Compare
Choose a tag to compare
v1.6.0 Preview 2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0-pre1...v1.6.0-pre2

v1.6.0 Preview 1

08 Apr 11:34
a7ce606
Compare
Choose a tag to compare
v1.6.0 Preview 1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0...v1.6.0-pre1

v1.5.0

22 Mar 12:11
aad384b
Compare
Choose a tag to compare

What's Changed

  • Aqua Windows 64bit changed to g++(MinGW-w64) by @e6nlaq in #260
  • Support for undeclared label in goto. by @e6nlaq in #261
  • Add sum function sum by @e6nlaq in #263
  • Added the greatest common divisor function gcd and the least common multiple function lcm by @e6nlaq in #265
  • Add new variable types int64_t and longlong(ll). by @e6nlaq in #270
  • Support for escape sequences in string by @e6nlaq in #271
  • Added is_prime function for determining prime numbers by @e6nlaq in #273
  • Support for the functions and,or,xor,not as integers by @e6nlaq in #275
  • Make the function clear work properly on Windows by @e6nlaq in #277
  • v1.5.0 Preview 1 is released by @e6nlaq in #279
  • Revert windows 64bit back to MSVC. by @e6nlaq in #282
  • Supports variable types longlong and int64_t as input by @e6nlaq in #284
  • Corresponds to \" in string. by @e6nlaq in #286
  • Added functions rand and set_rand by @e6nlaq in #287
  • Added ascii functions, ord and chr by @e6nlaq in #289
  • Added subscript access function at by @e6nlaq in #291
  • Correspondence of function ord to :. by @e6nlaq in #293
  • Add function len by @e6nlaq in #295
  • Support for characters larger than 2 bytes by @e6nlaq in #298
  • v1.5.0 Preview 2 is released by @e6nlaq in #299
  • Add installation files for linux by @e6nlaq in #301
  • Changed to work properly when : is executed by @e6nlaq in #303
  • Add while statement by @e6nlaq in #304
  • Fixed a serious else bug by @e6nlaq in #306
  • v1.5.0 Preview 3 is released by @e6nlaq in #308
  • Changed to throw an error if the file does not exist by @e6nlaq in #311
  • Aqua compiler (temporary) added by @e6nlaq in #314
  • OS selection options --win and --unix by @e6nlaq in #316
  • Improved CodeFactor issues by @e6nlaq in #318
  • Variables are also supported if they are string by @e6nlaq in #322
  • Add function getline by @e6nlaq in #324
  • Changed to allow initial values to be set when declaring variables by @e6nlaq in #325
  • Add functions lsh and rsh by @e6nlaq in #326
  • Add until statement by @e6nlaq in #327
  • Updating functions of old standards by @e6nlaq in #328
  • v1.5.0 is released by @e6nlaq in #329

Full Changelog: v1.4.0...v1.5.0

v1.5.0 Preview 3

17 Mar 08:53
96a44fd
Compare
Choose a tag to compare
v1.5.0 Preview 3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0-pre2...v1.5.0-pre3

v1.5.0 Preview 2

06 Mar 02:24
6bbe313
Compare
Choose a tag to compare
v1.5.0 Preview 2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0-pre1...v1.5.0-pre2

v1.5.0 Preview 1

26 Feb 22:24
5c8e6da
Compare
Choose a tag to compare
v1.5.0 Preview 1 Pre-release
Pre-release

Warning
This version will not work without MinGW on Windows. This will be improved in the next version.

What's Changed

  • Aqua Windows 64bit changed to g++(MinGW-w64) by @e6nlaq in #260
  • Support for undeclared label in goto. by @e6nlaq in #261
  • Add sum function sum by @e6nlaq in #263
  • Added the greatest common divisor function gcd and the least common multiple function lcm by @e6nlaq in #265
  • Add new variable types int64_t and longlong(ll). by @e6nlaq in #270
  • Support for escape sequences in string by @e6nlaq in #271
  • Added is_prime function for determining prime numbers by @e6nlaq in #273
  • Support for the functions and,or,xor,not as integers by @e6nlaq in #275
  • Make the function clear work properly on Windows by @e6nlaq in #277
  • v1.5.0 Preview 1 is released by @e6nlaq in #279

Full Changelog: v1.4.0...v1.5.0-pre1

v1.4.0

23 Feb 06:05
95619c9
Compare
Choose a tag to compare

Note
The license is MIT License from v1.4.0.

What's Changed

Full Changelog: v1.3.1...v1.4.0