-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update Inform6 to v6.36 - Update PunyInform to v3.4 - Include PunyInform in the repo and copy the relevant files during build
- Loading branch information
Showing
27 changed files
with
80 additions
and
9,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "inform6-src"] | ||
path = inform6-src | ||
url = https://github.com/Kroc/Inform6.git | ||
[submodule "PunyInform"] | ||
path = PunyInform | ||
url = https://github.com/johanberntsson/PunyInform.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule inform6-src
updated
25 files
+5 −1 | README.md | |
+102 −4 | ReleaseNotes.html | |
+171 −114 | arrays.c | |
+272 −195 | asm.c | |
+76 −71 | bpatch.c | |
+2 −2 | chars.c | |
+83 −46 | directs.c | |
+35 −21 | errors.c | |
+83 −45 | expressc.c | |
+227 −192 | expressp.c | |
+81 −91 | files.c | |
+253 −150 | header.h | |
+49 −66 | inform.c | |
+333 −157 | lexer.c | |
+128 −112 | linker.c | |
+175 −593 | memory.c | |
+480 −356 | objects.c | |
+2 −2 | readme.txt | |
+54 −49 | states.c | |
+253 −201 | symbols.c | |
+39 −25 | syntax.c | |
+60 −60 | tables.c | |
+554 −301 | text.c | |
+52 −34 | veneer.c | |
+398 −144 | verbs.c |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.