Releases: e6nlaq/aqua
Releases · e6nlaq/aqua
v1.7.0 Preview 2
v1.7.0 Preview 1
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
What's Changed
- Compatible with Aqua Tools by @e6nlaq in #332
- Add
get_clip
by @e6nlaq in #337 get_clip
を追加 by @e6nlaq in #340:
のバグ修正 by @e6nlaq in #344- 変数関係の高速化 by @e6nlaq in #346
- Add
play
by @e6nlaq in #347 - v1.6.0 Preview 1を公開 by @e6nlaq in #349
cin
を追加 by @e6nlaq in #351- 不要なファイルを削除 by @e6nlaq in #353
- 実行オプションに
--version
及び-v
を追加 by @e6nlaq in #356 - 変数の名前に数字を許可 by @e6nlaq in #357
is
のバグを修正 by @e6nlaq in #360- v1.6.0 Preview 2を公開 by @e6nlaq in #362
$ aqua
を実行した際にPythonみたいな感じにする by @e6nlaq in #364- 文字列の記号を
'
でも出来るように対応 by @e6nlaq in #366 nis
を追加 及びis
を==
,nis
を!=
でも代用可能に by @e6nlaq in #371- 変数の型
uint
を追加 by @e6nlaq in #372 - 関数
max
,min
を追加 by @e6nlaq in #373 - 末尾に
;
を許可 by @e6nlaq in #374 - 検索関数
find
,rfind
及びcount
を追加 by @e6nlaq in #376 - 複数行コメント
"""
を追加 by @e6nlaq in #377 - v1.6.0を公開 by @e6nlaq in #378
Full Changelog: v1.5.0...v1.6.0
v1.6.0 Preview 2
v1.6.0 Preview 1
v1.5.0
What's Changed
- Aqua Windows 64bit changed to g++(MinGW-w64) by @e6nlaq in #260
- Support for undeclared
label
ingoto
. by @e6nlaq in #261 - Add sum function
sum
by @e6nlaq in #263 - Added the greatest common divisor function
gcd
and the least common multiple functionlcm
by @e6nlaq in #265 - Add new variable types
int64_t
andlonglong(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
andint64_t
as input by @e6nlaq in #284 - Corresponds to
\"
instring
. by @e6nlaq in #286 - Added functions
rand
andset_rand
by @e6nlaq in #287 - Added ascii functions,
ord
andchr
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
andrsh
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
What's Changed
- 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
Full Changelog: v1.5.0-pre2...v1.5.0-pre3
v1.5.0 Preview 2
What's Changed
- Revert windows 64bit back to MSVC. by @e6nlaq in #282
- Supports variable types
longlong
andint64_t
as input by @e6nlaq in #284 - Corresponds to
\"
instring
. by @e6nlaq in #286 - Added functions
rand
andset_rand
by @e6nlaq in #287 - Added ascii functions,
ord
andchr
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
Full Changelog: v1.5.0-pre1...v1.5.0-pre2
v1.5.0 Preview 1
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
ingoto
. by @e6nlaq in #261 - Add sum function
sum
by @e6nlaq in #263 - Added the greatest common divisor function
gcd
and the least common multiple functionlcm
by @e6nlaq in #265 - Add new variable types
int64_t
andlonglong(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
Note
The license is MIT License from v1.4.0.
What's Changed
- Create install.sh by @e6nlaq in #201
- Added new function "goto" by @e6nlaq in #209
- Added power sign "^". by @e6nlaq in #210
- Resolved configuration file-related freezes by @e6nlaq in #212
- Add comment to main.cpp (Japanese) by @e6nlaq in #214
- Added new function "sh" by @e6nlaq in #215
- Changed all source code to UTF-8 with BOM by @e6nlaq in #217
- Added permanent loop "forever" by @e6nlaq in #218
- Aqua v1.4.0 Preview 1 is released by @e6nlaq in #220
- Fix end to match sentence by @e6nlaq in #224
- Improved "end" related bugs by @e6nlaq in #227
- Added new function "fibz" by @e6nlaq in #228
- Correspondence of functions
+
,-
,*
,/
,%
,^
to:
. by @e6nlaq in #230 - Math functions
abs
,sqrt
,sin
,cos
,tan
for:
. by @e6nlaq in #232 - Add comparison operators >, <, <=, >= by @e6nlaq in #233
- Optimize aqua binaries (Windows: O2, UNIX: O3) by @e6nlaq in #236
- Added new command
using
by @e6nlaq in #241 - Completely remove Aqua Setting by @e6nlaq in #243
- Add option
over_var
by @e6nlaq in #244 - Add new function
label
by @e6nlaq in #245 - Correspondence of function
goto
tolabel
by @e6nlaq in #248 - Aqua changed to MIT license by @e6nlaq in #250
- Changed Aqua logo by @e6nlaq in #252
- Updating Documents by @e6nlaq in #253
- Aqua v1.4.0 is released by @e6nlaq in #254
Full Changelog: v1.3.1...v1.4.0