Aer/engine
belliash 029dd9bfb4
All checks were successful
The build was successful.
Several changes made:
* Do not overload entry point
 * Automatically call Program::__construct()
 * Automatically call Program::main();
 * Fix all tests
2018-08-12 12:52:35 +02:00
..
lib Comply with GCC extensions 2018-08-02 16:33:07 +02:00
api.c Move VM initialization into separate step to enable errors reporting earlier. 2018-07-25 18:15:40 +02:00
builtin.c Remove duplicated builtin functions 2018-08-09 21:34:13 +02:00
compiler.c Remove the backtick quoted string. 2018-08-12 11:08:09 +02:00
constant.c Move math library into separate module 2018-07-21 08:24:20 +02:00
hashmap.c Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
lexer.c Free dot operator for further usage 2018-08-07 08:13:44 +02:00
memobj.c Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
oop.c P# introduces virtual classes and virtual methods 2018-07-30 17:08:25 +02:00
parser.c Rename function to save it from typo 2018-08-11 23:21:40 +02:00
vfs.c Remove duplicated builtin functions 2018-08-09 21:34:13 +02:00
vm.c Several changes made: 2018-08-12 12:52:35 +02:00