本網站需要 JavaScript。
探索
CodingWorkshop
CodingWorkshop Site
Community Issues
說明
註冊
登入
aerscript
/
Aer
關注
0
加上星號
5
Fork
0
您已經 fork 過 Aer
程式碼
問題
4
合併請求
Actions
版本發布
2
Wiki
動態
Files
4f6be2234e586c96ee3cd36ef452d9c480dab56c
Aer
/
engine
歷史記錄
belliash
4f6be2234e
已通過所有檢查
The build was successful.
詳情
Allow NULL to be assigned to any type of variable. NULL will be automatically typecasted to any data type, thus setting ti the default value.
2019-03-29 23:51:20 +01:00
..
lib
Correct comments.
2018-09-10 20:17:42 +02:00
api.c
The empty() function is useless in Aer.
2019-03-24 09:22:10 +01:00
builtin.c
Builtin library is broken; strtok() cannot return a boolean value.
2019-03-29 09:45:15 +01:00
compiler.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
constant.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
hashmap.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
lexer.c
The empty() function is useless in Aer.
2019-03-24 09:22:10 +01:00
memobj.c
Allow NULL to be assigned to any type of variable. NULL will be automatically typecasted to any data type, thus setting ti the default value.
2019-03-29 23:51:20 +01:00
oop.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
parser.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
vfs.c
PH7_VmMemoryError() always breaks script execution.
2019-03-09 13:59:04 +01:00
vm.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00