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

2224 commits

Author SHA1 Message Date
Graham Nelson 3035ff4403 Updated web 2023-06-01 22:27:26 +01:00
Graham Nelson 203cc39e33 Further work on inbuild verbosity 2023-06-01 22:24:00 +01:00
Andrew Plotkin 2c0b478cd0 Inter output now has some #OrigSource lines. 2023-05-29 11:36:43 -04:00
Andrew Plotkin 0af34cce65 An Inter error message changed. 2023-05-29 11:34:07 -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 c1d88136f2 Merge branch 'master' into origsource 2023-05-27 09:44:00 -04:00
Andrew Plotkin 40a90581f9 *Really* revert change. 2023-05-27 09:42:13 -04:00
Andrew Plotkin 338dfccd02 Reverse temp change. 2023-05-27 09:41:50 -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
Graham Nelson 28d28618e9 Added -verbose to inbuild 2023-05-27 08:19:48 +03: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
Andrew Plotkin 9cb1194e46 Remove temporary comment code. 2023-05-25 11:43:17 -04:00
Andrew Plotkin 865c511c46 Inter version change, rebuild the .interb files. 2023-05-25 11:11:53 -04:00
Andrew Plotkin be564fa747 Merge branch 'master' into origsource 2023-05-25 11:06:06 -04:00
Andrew Plotkin b901f9c391 Guess we're bumping the Inter version. 2023-05-25 11:02:32 -04:00
Andrew Plotkin fd927245cd Clean up OrigSource at the end of a function. 2023-05-24 18:38:27 -04:00
Andrew Plotkin e3c519c23e OrigSource directives for I6. 2023-05-24 18:30:25 -04:00
Andrew Plotkin e2d7e25045 Plumbing for the OrigSource construct. 2023-05-24 17:36:02 -04:00
Andrew Plotkin cde27e8068 Probably too much work to generate Origsource directives. 2023-05-24 16:44:25 -04:00
Graham Nelson 004ceabc16 Added versions to "I've also read..." console messages 2023-05-24 10:17:49 +03:00
Graham Nelson 77d75b0efa More generous parsing of extension titling lines 2023-05-24 09:46:02 +03:00
Graham Nelson c2fabbe505 Policing spurious or missing project directory contents 2023-05-23 23:33:29 +03:00
Graham Nelson 4389daa6be Better extension header checking and -recursive option in inbuild 2023-05-23 18:50:12 +03:00
Andrew Plotkin 6cdcea243c We don't have to define DICT_WORD_SIZE here. 2023-05-22 12:23:03 -04:00
Andrew Plotkin 0940333a8d Silent int-conversation warning from clang. 2023-05-22 11:10:41 -04:00
Andrew Plotkin a20372d867 The Cyrillic case works with an inweb patch. 2023-05-20 13:29:10 -04:00
Andrew Plotkin 21da019ecb Add another unit to the units test. 2023-05-19 14:05:51 -04:00
Andrew Plotkin 8d54fc8086 Another test case. 2023-05-19 13:30:34 -04:00
Andrew Plotkin eb1f1d0b13 Add an OOPS test. 2023-05-19 13:09:39 -04:00
Andrew Plotkin 911ca96c47 Update version number of Punctuation Removal! 2023-05-19 10:54:27 -04:00
Andrew Plotkin cf2f33ac18 Mark glk_buffer_to_title_case_uni() as TODO. 2023-05-19 01:12:00 -04:00
Andrew Plotkin 897551612e Fix dict word printing. 2023-05-19 00:50:05 -04:00