Aer Interpreter Source
Go to file
BigDave 063a5cffb7
I think its fixed
2018-07-17 20:53:22 +01:00
.github Import unified template 2018-07-12 18:38:52 +02:00
.vscode Set current dir at runtime 2018-07-17 19:44:41 +01:00
test Needs a touch more 2018-07-16 23:38:28 +01:00
.gitignore Added .gitignore and WIn32 build 2018-07-13 12:24:58 +01:00
COPYING We will relicense the project under GPLv3 with a permission of Symisc Systems, SUARL 2018-07-12 13:15:49 +02:00
Makefile Small rewrite of Makefile 2018-07-12 18:18:06 +02:00
api.c Cleanup the code 2018-07-12 18:19:21 +02:00
builtin.c Code formatting 2018-07-12 17:24:46 +02:00
compile.c Code formatting 2018-07-12 17:24:46 +02:00
constant.c Code formatting 2018-07-12 17:24:46 +02:00
hashmap.c Code formatting 2018-07-12 17:24:46 +02:00
interpreter.c Set current dir at runtime 2018-07-17 19:44:41 +01:00
lexer.c Borrowed from Bash, but unnecessary 2018-07-12 18:08:25 +02:00
lib.c Code formatting 2018-07-12 17:24:46 +02:00
memobj.c Code formatting 2018-07-12 17:24:46 +02:00
oop.c Code formatting 2018-07-12 17:24:46 +02:00
parser.c There is no need to use 'and' & 'or' keywords, as P# supports also '&&' and '||' to use respectively 2018-07-12 18:07:09 +02:00
ph7.h Needs a touch more 2018-07-16 23:38:28 +01:00
ph7int.h There will be no PDO. P# will contain DBAL 2018-07-12 18:21:14 +02:00
test.php I think its fixed 2018-07-17 20:53:22 +01:00
test2.php I think its fixed 2018-07-17 20:53:22 +01:00
test3.php I think its fixed 2018-07-17 20:53:22 +01:00
vfs.c I think its fixed 2018-07-17 20:53:22 +01:00
vm.c I think its fixed 2018-07-17 20:53:22 +01:00