Aer/engine
Rafal Kupiec 8d3b7f303f
The build was successful. Details
Allow to assign any value if data type is not specified.
2019-04-03 08:11:55 +02:00
..
lib Correct comments. 2018-09-10 20:17:42 +02:00
api.c The empty() function is useless in Aer. 2019-03-24 09:22:10 +01:00
builtin.c Builtin library is broken; strtok() cannot return a boolean value. 2019-03-29 09:45:15 +01:00
compiler.c Use P2 to avoid strict typehinting. 2019-04-02 09:55:01 +02:00
constant.c Do not use NULL if possible. 2019-03-22 19:53:12 +01:00
hashmap.c Typecas array only if it is of different type. 2019-04-02 09:05:27 +02:00
lexer.c The empty() function is useless in Aer. 2019-03-24 09:22:10 +01:00
memobj.c Allow to assign any value if data type is not specified. 2019-04-03 08:11:55 +02:00
oop.c Get rid of dirty references. Return a reference & pass-by reference are still working. 2019-03-29 22:55:49 +01:00
parser.c Get rid of dirty references. Return a reference & pass-by reference are still working. 2019-03-29 22:55:49 +01:00
vfs.c PH7_VmMemoryError() always breaks script execution. 2019-03-09 13:59:04 +01:00
vm.c Attempt to fix static class attributes. 2019-04-03 07:00:17 +02:00