Aer/engine
Rafal Kupiec 48b2e9d1c6
Update comments
2018-07-28 23:40:00 +02:00
..
lib This is useless now 2018-07-27 21:19:59 +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 Correct some typos 2018-07-22 19:25:12 +01:00
compiler.c Update comments 2018-07-28 23:40:00 +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 Get rid of alternative syntax for control structures (endif, endwhile, endfor, endforeach). Only curly brackets are allowed. 2018-07-28 23:11:29 +02:00
memobj.c Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
oop.c Useless variable declaration & assignment 2018-07-28 11:56:09 +02:00
parser.c Update comments 2018-07-28 23:40:00 +02:00
vfs.c ./ and ../ are still relative paths. Only files beginning with / and X:\ should be included directly. 2018-07-24 10:29:16 +02:00
vm.c No need to duplicate exit() 2018-07-28 22:48:32 +02:00