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

1026 commits

Author SHA1 Message Date
Graham Nelson bfa356137f Began tidying up C generator 2021-10-23 23:54:35 +01:00
Graham Nelson 5452ca63e8 Completed Inform 6 generator 2021-10-20 12:13:44 +01:00
Graham Nelson f779c3b0d9 Simplified Inter further 2021-10-20 01:11:13 +01:00
Graham Nelson 2cd7b9b221 Improved performance of propertyvalue slightly 2021-10-18 14:53:36 +01:00
Graham Nelson b0069b92ce Finally made door_to property not a special case 2021-10-18 05:31:07 +01:00
Graham Nelson 3ac8b11b97 Ternary PROPERTYVALUE.BIP 2021-10-17 22:55:41 +01:00
Graham Nelson 9f10d65ad6 Consolidated to single version of propertyexists 2021-10-16 23:48:19 +01:00
Graham Nelson 176001ec88 Improved ternary PROPERTYEXISTS_BIP 2021-10-15 23:49:12 +01:00
Graham Nelson 00b95fb35c Further refactoring of Inter to remove give, take, has, hasnt 2021-10-14 23:53:44 +01:00
Graham Nelson 0492727e4f Finished simplifying generator model for objects 2021-10-13 23:11:42 +01:00
Graham Nelson fa4facff7f Further small simplifications 2021-10-12 23:32:02 +01:00
Graham Nelson e5bf943c79 Further tidying 2021-10-12 00:30:58 +01:00
Graham Nelson 044cecf0f4 Explicated and simplified I6 generator 2021-10-11 01:11:20 +01:00
Graham Nelson e504c06fc9 Considerably tidied up vanilla 2021-10-10 14:53:42 +01:00
Graham Nelson e0d9270e17 Finished work on vanilla objects 2021-10-09 16:47:41 +01:00
Graham Nelson 4635c73903 Converging on final vanilla objects 2021-10-09 00:28:40 +01:00
Graham Nelson 2b7f86b1fb Finally simplified vanilla object algorithm 2021-10-08 10:36:36 +01:00
Graham Nelson 4dac0dfee3 Moved KindHierarchy to synoptic 2021-10-07 23:40:40 +01:00
Graham Nelson 42bb9a5486 Pushed kind tables down into final generators 2021-10-05 23:54:01 +01:00
Graham Nelson ff4cd9a1e2 Implemented pseudo-opcodes 2021-10-05 09:59:33 +01:00
Graham Nelson 8c553d6565 Tentative movement of property storage policy into assembly 2021-10-04 23:35:07 +01:00
Graham Nelson db3b345654 Eliminated EitherOrProperty access functions 2021-10-04 09:39:15 +01:00
Graham Nelson 38c332d7ba Briefer sorting 2021-10-04 00:39:30 +01:00
Graham Nelson e6ac84f444 Simplified GProperty functions 2021-10-04 00:37:38 +01:00
Graham Nelson 440794d603 Simplified GProperty functions 2021-10-03 19:49:54 +01:00
Graham Nelson 6c75736f1b Removed value_range pseudoproperty 2021-10-03 17:24:39 +01:00
Graham Nelson ff59659c75 Pushed attribute distinction down into I6 code generator only 2021-10-03 10:50:18 +01:00
Graham Nelson d968cd7fec Finally pushing attribute/property distinction down the stack 2021-10-02 23:52:18 +01:00
Graham Nelson 7c5e367822 Painfully slow progress 2021-10-01 11:21:09 +01:00
Graham Nelson cfe334e394 Inching towards a new runtime representation for properties 2021-09-30 23:52:36 +01:00
Graham Nelson 156a1c58fd Still sidling around the issue 2021-09-30 00:12:46 +01:00
Graham Nelson 7be308bb16 Nonworking start to attempt to push attribute/property distinction downwards 2021-09-28 23:41:07 +01:00
Graham Nelson fcf8c552ab Further struggles to understand attribute allocation 2021-09-28 00:03:31 +01:00
Graham Nelson e81b4326f5 Beginning work on vanilla object model 2021-09-27 09:21:13 +01:00
Graham Nelson 4ed53b0789 Removed segment choices from vanilla 2021-09-26 15:35:01 +01:00
Graham Nelson 7167d3c708 Removed default segment 2021-09-26 11:15:42 +01:00
Graham Nelson eb305369c4 Further vanilla refactoring 2021-09-26 11:01:13 +01:00
Graham Nelson 728a7e6dc0 Gradual vanilla refactoring 2021-09-25 18:21:49 +01:00
Graham Nelson 8d581df05a Further simplification of final module 2021-09-23 23:48:56 +01:00
Graham Nelson d240f7078f Tidying the final module 2021-09-22 17:28:55 +01:00
Graham Nelson 06bbeba416 Began untangling code generation 2021-09-21 22:34:09 +01:00
Graham Nelson 55f766b918 Renamed I7 runtime type 2021-09-20 23:26:22 +01:00
Graham Nelson 927d37f946 Added C and Inform cross-function-calling 2021-09-20 23:17:10 +01:00
Graham Nelson 7c4300bb43 Added C example 7 2021-09-19 21:53:39 +01:00
Graham Nelson f7e6fff133 Completed C example 6 2021-09-19 19:32:02 +01:00
Graham Nelson f92d8c50ac Small reform of variable packages in Inter 2021-09-19 12:47:18 +01:00
Graham Nelson 2f02751919 Added i7_try to C library 2021-09-18 18:54:26 +01:00
Graham Nelson 1f1cbfb6b2 Added C sender functions 2021-09-17 20:57:52 +01:00
Graham Nelson 01533373cf Improved !style and added CSS-styling example 2021-09-16 09:06:50 +01:00
Graham Nelson f7c9debd2d Added receiver example 2021-09-15 09:42:14 +01:00