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
Aer
/
engine
History
belliash
d09a33da55
All checks were successful
The build was successful.
Details
Do not duplicate variable name in this case.
...
This should save a lot of memory on many method calls.
2019-06-14 10:17:50 +02:00
..
lib
Remove this useless wrapper function.
2019-04-28 18:25:43 +02:00
api.c
Store variable type in dedicated field.
2019-05-21 14:49:36 +02:00
builtin.c
Always use HTTPS when possible.
2019-05-15 20:02:39 +02:00
compiler.c
Allow implicitly-typed variable declarations inside 'for' and 'foreach' loops.
2019-06-08 13:35:16 +02:00
constant.c
Remove static constant.
2019-05-06 11:42:19 +02:00
hashmap.c
Store variable type in dedicated field.
2019-05-21 14:49:36 +02:00
lexer.c
Define 'auto' keyword.
2019-06-08 12:19:00 +02:00
memobj.c
Add missing function description.
2019-06-13 08:04:58 +02:00
oop.c
Correct the condition.
2019-06-05 19:15:47 +02:00
parser.c
Make a free slot in operator precedence for NULL-coalescing operator.
2019-06-11 09:35:47 +02:00
vfs.c
Always use HTTPS when possible.
2019-05-15 20:02:39 +02:00
vm.c
Do not duplicate variable name in this case.
2019-06-14 10:17:50 +02:00