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
88d382b76b
Aer
/
engine
History
belliash
88d382b76b
All checks were successful
The build was successful.
Details
Add missing VM OP descriptions.
2019-04-16 19:12:39 +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
Enter and leave a loop frame on every iteration.
2019-04-16 13:51:58 +02:00
constant.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
hashmap.c
Correct another typo.
2019-04-05 20:21:26 +02:00
lexer.c
The empty() function is useless in Aer.
2019-03-24 09:22:10 +01:00
memobj.c
Add comments.
2019-04-11 11:37:07 +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
AerScript is strict type hinting language, thus OP_TEQ & OP_TNE are not needed here.
2019-04-11 06:25:20 +02:00
vfs.c
The readdir() function should return empty string instead of false.
2019-04-05 07:54:47 +02:00
vm.c
Add missing VM OP descriptions.
2019-04-16 19:12:39 +02:00