Aer Interpreter Source
Go to file
Rafal Kupiec e3427042c8
This readme is obsolete as it covers PH7 only. New readme for P# needs to be written.
2018-07-12 15:21:50 +02: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 dos2unix 2018-07-12 13:45:11 +02:00
api.c Fix mutex memory leak in ph7_vm_release() 2018-07-12 13:43:21 +02:00
builtin.c Fix ord() showing negative values for some special characters. This fixes PH7 ticket #18 2018-07-12 13:49:10 +02:00
compile.c No amalgamation 2018-07-12 13:31:05 +02:00
constant.c No amalgamation 2018-07-12 13:31:05 +02:00
hashmap.c No amalgamation 2018-07-12 13:31:05 +02:00
interpreter.c Add simple interpreter and let it build from de-amalgamated source code 2018-07-12 13:28:46 +02:00
lex.c No amalgamation 2018-07-12 13:31:05 +02:00
lib.c No amalgamation 2018-07-12 13:31:05 +02:00
memobj.c No amalgamation 2018-07-12 13:31:05 +02:00
oo.c No amalgamation 2018-07-12 13:31:05 +02:00
parse.c No amalgamation 2018-07-12 13:31:05 +02:00
ph7.h Fix build on some Solaris installations 2018-07-12 15:16:39 +02:00
ph7int.h GCC does not like large constants without a suffix 2018-07-12 15:17:17 +02:00
vfs.c No amalgamation 2018-07-12 13:31:05 +02:00
vm.c No amalgamation 2018-07-12 13:31:05 +02:00