Aer Interpreter Source
Go to file
Rafal Kupiec c6ad27566a
Correct some typos
2018-07-19 22:06:12 +02:00
.github Import unified template 2018-07-12 18:38:52 +02:00
.vscode Remove redundant whitespace 2018-07-15 19:52:27 +02:00
ext Correct module name 2018-07-19 20:02:54 +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 Move XML support into separate module. 2018-07-19 19:58:42 +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 declare() is a stupid and useless construct. It will not be supported in P#. 2018-07-15 12:22:37 +02:00
constant.c Move XML support into separate module. 2018-07-19 19:58:42 +02:00
hashmap.c sizeof() is enough 2018-07-19 16:52:39 +02:00
interpreter.c Code formatting 2018-07-12 17:24:46 +02:00
lexer.c declare() is a stupid and useless construct. It will not be supported in P#. 2018-07-15 12:22:37 +02:00
lib.c Move XML support into separate module. 2018-07-19 19:58:42 +02:00
memobj.c Code formatting 2018-07-12 17:24:46 +02:00
oop.c Do not switch to public visibility when dealing with constructor and/or destructor, this impairs language. 2018-07-13 18:14:39 +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 I'm not a big Windows fun, so please correct me if this is not working 2018-07-19 17:22:36 +02:00
ph7int.h Correct some typos 2018-07-19 22:06:12 +02:00
vfs.c Code formatting 2018-07-12 17:24:46 +02:00
vm.c Move XML support into separate module. 2018-07-19 19:58:42 +02:00