Importing Inform 6 compiler based on commit 25a93cf from upstream dated Sep 25 2016...
authorJason Self <j@jxself.org>
Wed, 28 Sep 2016 22:07:06 +0000 (15:07 -0700)
committerJason Self <j@jxself.org>
Wed, 28 Sep 2016 22:07:06 +0000 (15:07 -0700)
commit5154191043a9b7227ef0eee1a2b40299fc188655
tree7a2613beba24fc466d21b49c85857cc231ee5195
Importing Inform 6 compiler based on commit 25a93cf from upstream dated Sep 25 2016. Modified to work better when the Inform standard library is in a non-standard location. Relicensed to GPL per Section 4(c)(ii) of the Artistic License 2.0.
25 files changed:
COPYING [new file with mode: 0644]
DebugFileFormat.txt [new file with mode: 0644]
arrays.c [new file with mode: 0644]
asm.c [new file with mode: 0644]
bpatch.c [new file with mode: 0644]
chars.c [new file with mode: 0644]
directs.c [new file with mode: 0644]
errors.c [new file with mode: 0644]
expressc.c [new file with mode: 0644]
expressp.c [new file with mode: 0644]
files.c [new file with mode: 0644]
header.h [new file with mode: 0644]
inform.c [new file with mode: 0644]
lexer.c [new file with mode: 0644]
linker.c [new file with mode: 0644]
memory.c [new file with mode: 0644]
objects.c [new file with mode: 0644]
readme.txt [new file with mode: 0644]
states.c [new file with mode: 0644]
symbols.c [new file with mode: 0644]
syntax.c [new file with mode: 0644]
tables.c [new file with mode: 0644]
text.c [new file with mode: 0644]
veneer.c [new file with mode: 0644]
verbs.c [new file with mode: 0644]