All checks were successful
The build was successful.
Errors are used only internally to emit notifications about compilation/execution problems. They should not be catched and handled by custom handlers, but properly configured (to be displayed or logged). Instead developers should use exceptions that can be catched with try-catch block. |
||
---|---|---|
.. | ||
lib | ||
api.c | ||
builtin.c | ||
compiler.c | ||
constant.c | ||
hashmap.c | ||
lexer.c | ||
memobj.c | ||
oop.c | ||
parser.c | ||
vfs.c | ||
vm.c |