This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
aerscript
/
Aer
Watch
0
Star
5
Fork
0
You've already forked Aer
Code
Issues
6
Pull Requests
Releases
2
Wiki
Activity
ea93c8dba4
Aer
/
engine
History
belliash
ea93c8dba4
All checks were successful
The build was successful.
Details
Fix typo.
2019-03-22 19:55:53 +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
Fix typo.
2019-03-22 19:55:53 +01:00
compiler.c
Get rid of array() & list() for the new syntax.
2019-03-22 15:54:46 +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
VAR & FUNCTION are no longer valid keywords.
2019-03-22 18:47:46 +01:00
memobj.c
Simply release the object, no need to use a wrapper function.
2019-03-22 18:42:46 +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 is_null() is useless now, as it always returns FALSE.
2019-03-22 19:29:50 +01:00