Logo
Explore
CodingWorkshop
CodingWorkshop Site Community Issues
Help
Register Sign In
aerscript/Aer
0
5
Fork 0
You've already forked Aer
Code Issues 6 Pull Requests Releases 2 Wiki Activity
Aer/engine
History
belliash 4f29507c0d
Some checks reported errors
The build has failed.
Details
The isset() function always results in true, thus it is useless. If passed as argument variable is not set, the interpreter will throw an error.
2019-03-23 19:51:19 +01:00
..
lib
Correct comments.
2018-09-10 20:17:42 +02:00
api.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
builtin.c
Seems not so useful in AerScript.
2019-03-23 19:15:16 +01:00
compiler.c
The isset() function always results in true, thus it is useless. If passed as argument variable is not set, the interpreter will throw an error.
2019-03-23 19:51:19 +01:00
constant.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
hashmap.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
lexer.c
The isset() function always results in true, thus it is useless. If passed as argument variable is not set, the interpreter will throw an error.
2019-03-23 19:51:19 +01:00
memobj.c
Only INTEGER and FLOAT should be considered as numerical.
2019-03-23 19:34:51 +01:00
oop.c
This is true about PH7, but not about the AerScript.
2019-03-20 19:39:30 +01:00
parser.c
AerScript does not implement any error control operator.
2019-03-22 17:32:40 +01:00
vfs.c
PH7_VmMemoryError() always breaks script execution.
2019-03-09 13:59:04 +01:00
vm.c
The isset() function always results in true, thus it is useless. If passed as argument variable is not set, the interpreter will throw an error.
2019-03-23 19:51:19 +01:00
Powered by Gitea
English
Deutsch English español français italiano latviešu Nederlands polski português do Brasil suomi svenska Türkçe čeština български русский српски 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API