1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00
Commit graph

772 commits

Author SHA1 Message Date
Graham Nelson 46b767232b Further work on new-style RTP issuance 2023-08-26 19:41:13 +01:00
Graham Nelson e3e2acc0d6 Minor changes to assist hashed testing 2023-08-09 11:52:07 +01:00
Graham Nelson fb602f6e2c Removal of now unnecessary census code 2023-07-13 00:23:12 +01:00
David Kinder f21a596a8b Switch Windows build to MSYS2 MINGW64 2023-07-08 13:33:59 +01:00
Graham Nelson e14c21e835 A little experimental work on literal notations 2023-07-07 09:57:45 +01:00
Adrian Welcker ff474b7ee6
Fix for I7-2282
Fix dangling pointer issue.
2023-07-06 15:44:50 +02:00
Graham Nelson ad2c648098 Fix for Jira bug I7-2366 2023-07-05 23:11:15 +01:00
Graham Nelson d6e8609db1 Fixes for remaining issues arising from PR#106 2023-07-04 18:37:04 +01:00
Dannii Willis 6b23e667ac Rename FINAL_CODE_STARTUP_R to PLATFORM_SPECIFIC_STARTUP_R 2023-07-03 18:43:40 +10:00
Graham Nelson 305b079449 Minor overlooked change 2023-07-02 20:24:13 +01:00
Graham Nelson 70d739c3e4 Made more forgiving on escaped backslashes 2023-06-28 18:37:13 +01:00
Graham Nelson 7569de20a8 Rewrite of kind constructor support code in runtime module 2023-06-26 09:13:25 +01:00
Graham Nelson 41964775e1 Completed noncontiguous enumerations 2023-06-24 12:06:10 +01:00
Graham Nelson a9350acc83 Further on enumerations 2023-06-24 00:29:35 +01:00
Graham Nelson a93da24ee7 Further work on nonstandard enumerations 2023-06-21 18:01:50 +01:00
Graham Nelson 9fa1ad6993 Refactored code-provenance Inter instructions 2023-06-12 10:03:15 +01:00
Graham Nelson d7d1d09277 Removal of BasicInformExtrasKit 2023-06-11 14:34:38 +01:00
Graham Nelson 93f871711b Further pruning of BasicInformExtrasKit 2023-06-11 11:43:28 +01:00
Graham Nelson 4d4353f983 Consolidation of kit support for activities 2023-06-10 23:52:27 +01:00
Graham Nelson 109df1dfa2 Further kit refactoring 2023-06-09 11:15:21 +01:00
Graham Nelson fbfbf6f8d6 Further redistribution of work between kits 2023-06-08 23:41:37 +01:00
Graham Nelson e8278a5697 Minor tidying-up after ORIGSOURCE_IST changes 2023-06-05 11:12:24 +01:00
Graham Nelson 8e4b0d14c7
Merge pull request #97 from erkyrath/origsource
Origsource directive
2023-06-05 09:32:33 +01:00
Andrew Plotkin 33c5d8cc09 Merge branch 'master' into utf-8-fix 2023-06-04 12:38:34 -04:00
Graham Nelson c32cc7a02d Added dictionary resolution use option 2023-06-04 11:19:34 +01:00
Andrew Plotkin 2e67ba6087 Full UTF-8 handling for C Miniglk. 2023-06-03 22:57:33 -04:00
Andrew Plotkin 861681d870 Merge branch 'master' into origsource 2023-06-03 09:43:15 -04:00
Graham Nelson 839d94e423
Merge pull request #95 from erkyrath/unicode-parser
IE-0019: Unicode parser
2023-06-03 09:16:56 +01:00
Andrew Plotkin 2c0b478cd0 Inter output now has some #OrigSource lines. 2023-05-29 11:36:43 -04:00
Andrew Plotkin bf2d76763b Drop in #OrigSource for the redefinition of OC__Cl(). 2023-05-29 11:14:41 -04:00
Andrew Plotkin 987b5f4736 Update comment. 2023-05-29 10:38:53 -04:00
Graham Nelson 5b3a34c942
Merge pull request #92 from zedlopez/contravariant
fixing stray right-angle-bracket
2023-05-29 08:53:01 +01:00
Andrew Plotkin ecdccb16e1 Inter version bump. 2023-05-28 20:36:18 -04:00
Andrew Plotkin 7e693b08ed Inter now has origsource nodes. 2023-05-28 20:34:08 -04:00
Andrew Plotkin f9653c2377 Use Str::len() instead of peeking at the pointer. 2023-05-28 20:30:57 -04:00
Andrew Plotkin 468a68dcd0 It's ...level, eloc. 2023-05-28 20:09:27 -04:00
Andrew Plotkin e19f50c47a OrigSourceInstruction::new_from_provenance(). 2023-05-28 20:00:45 -04:00
Andrew Plotkin 42532de477 Null OrigSource at the end. 2023-05-28 18:57:34 -04:00
Andrew Plotkin 8b418768a0 Generate #Origsource for kit-compiled functions. 2023-05-28 18:50:39 -04:00
Andrew Plotkin 35f5af0f7a Use the proper idiom for checking Provenance validity. 2023-05-27 22:26:50 -04:00
Andrew Plotkin c0aae6022f Maintain a text_provenence in Compile Blocks and Lines, and when
creating an OrigSourceInstruction. (As opposed to a source_location.)
2023-05-27 22:23:38 -04:00
Andrew Plotkin 6f0abf7d62 Comment. 2023-05-27 09:20:15 -04:00
Andrew Plotkin 4426ac0f6e Correct parsing of #OrigSource inside a function. 2023-05-27 09:17:57 -04:00
Andrew Plotkin 65865563cd Don't write the second argument of #OrigSource if it wasn't set.
(Or is zero.)
2023-05-27 09:11:30 -04:00
Andrew Plotkin 9e5a9af370 Start working through #origsource in kit code. 2023-05-26 20:08:07 -04:00
Andrew Plotkin 40259e3e7a Start parsing #Origsource in the I6-to-Inter stage. Not yet useful. 2023-05-26 10:20:26 -04:00
Andrew Plotkin dd5ff2a7b2 Comment. 2023-05-25 12:53:48 -04:00
Andrew Plotkin 63fce0f1a7 Optimize the case of OrigSource with no arguments. 2023-05-25 12:52:36 -04:00
Andrew Plotkin 0632deb783 Comments. 2023-05-25 12:05:23 -04:00
Andrew Plotkin 70f4b854c4 Rename ORIGSOURCE_MTID to PLACE_ORIGSOURCE_MTID, which reads a little better. 2023-05-25 11:56:30 -04:00