Aer/engine
Rafal Kupiec 9290db2504
The build was successful. Details
Another changes in file inclusion mechanism (#58):
* Remove builtin functions: 'include' & 'require'
* Implement 'include' and 'require' statements compiler
* Implement OP_INCLUDE operator
* Allow 'require' statement to be used in global scope as well as in method body and 'include' only in method body
2019-12-10 16:09:26 +01:00
..
lib Update code formatting. 2019-11-18 18:57:10 +01:00
api.c Update code formatting. 2019-11-18 18:57:10 +01:00
builtin.c Update code formatting. 2019-11-18 18:57:10 +01:00
compiler.c Another changes in file inclusion mechanism (#58): 2019-12-10 16:09:26 +01:00
constant.c Remove static constant. 2019-05-06 11:42:19 +02:00
hashmap.c Update code formatting. 2019-11-18 18:57:10 +01:00
lexer.c Update lexer. Add missing operators. 2019-06-20 14:30:49 +02:00
memobj.c Implement MemObjIsHashmap(). 2019-09-10 10:55:54 +02:00
oop.c Update code formatting. 2019-11-18 18:57:10 +01:00
parser.c I am pretty sure we want to use the number of elements in array in this place, not the actual size of array. 2019-07-12 14:36:56 +02:00
vfs.c Correct formatting. 2019-11-18 08:11:13 +01:00
vm.c Another changes in file inclusion mechanism (#58): 2019-12-10 16:09:26 +01:00