lib
|
Correct comments.
|
2018-09-10 20:17:42 +02:00 |
api.c
|
The empty() function is useless in Aer.
|
2019-03-24 09:22:10 +01:00 |
compiler.c
|
Use P2 to avoid strict typehinting.
|
2019-04-02 09:55:01 +02:00 |
constant.c
|
Do not use NULL if possible.
|
2019-03-22 19:53:12 +01:00 |
hashmap.c
|
Typecas array only if it is of different type.
|
2019-04-02 09:05:27 +02:00 |
lexer.c
|
The empty() function is useless in Aer.
|
2019-03-24 09:22:10 +01:00 |
memobj.c
|
Do not typecast NULL to StdClass.
|
2019-04-03 09:34:32 +02:00 |
vm.c
|
Try to optimize the code a bit.
|
2019-04-03 13:43:31 +02:00 |