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
|
Another fix for OP_DONE instruction.
|
2019-04-05 07:45:53 +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
|
Properly typecast callback to boolean.
|
2019-04-08 13:32:50 +02:00 |
vm.c
|
Do not check for return value on OP_DONE.
|
2019-04-08 13:51:54 +02:00 |