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
d819820798
Aer
/
engine
History
belliash
d819820798
All checks were successful
The build was successful.
Details
Always make an array copy.
Fixes
#48
.
2019-04-20 07:19:35 +02:00
..
lib
Correct comments.
2018-09-10 20:17:42 +02:00
api.c
Proper implementation of is_callback() & is_callable(). First one only performs a check if variable type is callback, while the second checks if function exists and if can be called.
2019-04-10 09:45:00 +02:00
builtin.c
Proper implementation of is_callback() & is_callable(). First one only performs a check if variable type is callback, while the second checks if function exists and if can be called.
2019-04-10 09:45:00 +02:00
compiler.c
Cleanup unused functions.
2019-04-17 18:40:14 +02:00
constant.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
hashmap.c
Always make an array copy.
Fixes
#48
.
2019-04-20 07:19:35 +02:00
lexer.c
Get rid of backstick quoted strings (shell commands).
2019-04-18 06:48:51 +02:00
memobj.c
Always make an array copy.
Fixes
#48
.
2019-04-20 07:19:35 +02: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
Left operand must be modifiable when storing some value.
2019-04-17 08:59:42 +02:00
vfs.c
The readdir() function should return empty string instead of false.
2019-04-05 07:54:47 +02:00
vm.c
Always perform type validation when inserting value to an array.
2019-04-19 07:08:29 +02:00