Aer/engine
David Carlier 08b1102ab2 Attempt to fix #3 (at least partially).
debug_backtrace supports only one level of backtrace
but here we store the line of the last instruction
then go through the byte code.
2018-07-20 23:43:10 +01:00
..
lib Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
api.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
builtin.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
compiler.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
constant.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
hashmap.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
lexer.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
memobj.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
oop.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
parser.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
vfs.c Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
vm.c Attempt to fix #3 (at least partially). 2018-07-20 23:43:10 +01:00