Commit Graph

72 Commits

Author SHA1 Message Date
Kartik Agaram 6e1eeeebfb 5485 - promote SubX to top-level 2019-07-27 17:47:59 -07:00
Kartik Agaram 5fe060d582 4447 2018-07-27 17:08:29 -07:00
Kartik Agaram 23d3a02226 4266 - space for alloc-id in heap allocations
This has taken me almost 6 weeks :(
2018-06-24 09:18:20 -07:00
Kartik Agaram ce9b2b0515 4258 - undo 4257 2018-06-15 22:16:09 -07:00
Kartik Agaram 0edd9b9fc6 4257 - abortive attempt at safe fat pointers
I've been working on this slowly over several weeks, but it's too hard
to support 0 as the null value for addresses. I constantly have to add
exceptions for scalar value corresponding to an address type (now
occupying 2 locations). The final straw is the test for 'reload':

  x:num <- reload text

'reload' returns an address. But there's no way to know that for
arbitrary instructions.

New plan: let's put this off for a bit and first create support for
literals. Then use 'null' instead of '0' for addresses everywhere. Then
it'll be easy to just change what 'null' means.
2018-06-15 22:12:03 -07:00
Kartik K. Agaram 7452d0525e 4228 2018-03-15 23:29:08 -07:00
Kartik K. Agaram 7847762229 4158 2017-12-09 03:31:16 -08:00
Kartik K. Agaram d55e77387f 4117 - done with delimited continuations
At least this particular implementation of them. Let's play with them
now for a while, see if they're fully equivalent to shift/reduce.
2017-11-06 01:28:53 -08:00
Kartik K. Agaram 7df951eab6 4111 2017-11-05 02:43:37 -08:00
Kartik K. Agaram 363652449c 4110 - add continuations to docs 2017-11-05 02:24:20 -08:00
Kartik K. Agaram a675eda393 4090 2017-10-26 16:58:55 -07:00
Kartik K. Agaram 81a324bec3 3995 2017-09-13 21:11:24 -07:00
Kartik K. Agaram aa42c8646a 3975 2017-08-20 10:24:51 -07:00
Kartik K. Agaram fbbbd625db 3762 2017-03-07 10:07:13 -08:00
Kartik K. Agaram 7047162862 3641 2016-11-06 22:39:38 -08:00
Kartik K. Agaram 56356de879 3588 - documentation for filesystem and network 2016-10-24 15:07:25 -07:00
Kartik K. Agaram 6a9d8191df 3557 2016-10-22 16:22:17 -07:00
Kartik K. Agaram 5c52642675 3415 2016-09-25 00:20:52 -07:00
Kartik K. Agaram d587411f9d 3411 2016-09-23 13:11:11 -07:00
Kartik K. Agaram 6845c4d94a 3402 2016-09-19 15:36:47 -07:00
Kartik K. Agaram bf37b4d56e 3401 2016-09-18 09:55:49 -07:00
Kartik K. Agaram f344b250f6 3395 2016-09-17 15:01:51 -07:00
Kartik K. Agaram 4bf7453a8e 3372 2016-09-16 19:05:51 -07:00
Kartik K. Agaram 0ca56ed853 3355 2016-09-15 01:01:58 -07:00
Kartik K. Agaram 7303b27fe5 3312 2016-09-10 09:55:44 -07:00
Kartik K. Agaram 8e7b442978 3235 2016-08-20 20:01:34 -07:00
Kartik K. Agaram 513ba33085 3227 2016-08-18 21:31:01 -07:00
Kartik K. Agaram c842d90bbc 3158 2016-07-27 22:51:11 -07:00
Kartik K. Agaram edfc4cf8ac 3116 2016-07-20 16:18:59 -07:00
Kartik K. Agaram ff229aece6 3103 2016-07-05 01:23:43 -07:00
Kartik K. Agaram eea17dee20 3024 2016-05-28 14:19:22 -07:00
Kartik K. Agaram aecc8475fb 3023 2016-05-28 14:18:26 -07:00
Kartik K. Agaram 3edb2d8c7d 2997 - new version of http://akkartik.name/about 2016-05-23 09:50:00 -07:00
Kartik K. Agaram 2f02189ddc 2996 2016-05-21 17:44:53 -07:00
Kartik K. Agaram 54f2eb6a29 2868 2016-04-25 22:42:04 -07:00
Kartik K. Agaram 32b8fac279 2866 2016-04-25 22:27:19 -07:00
Kartik K. Agaram 0428419c26 2814 2016-03-27 17:51:35 -07:00
Kartik K. Agaram 232bdb824a 2813 2016-03-27 17:49:19 -07:00
Kartik K. Agaram a654e4ecac 2812 2016-03-27 17:43:41 -07:00
Kartik K. Agaram 859f35fbe2 2811 2016-03-27 17:25:34 -07:00
Kartik K. Agaram 0e2b02280f 2724 - document failures of /space:global 2016-03-01 08:26:24 -08:00
Kartik K. Agaram dcc060c7d4 2706 - update html 2016-02-25 17:17:20 -08:00
Kartik K. Agaram d009e15880 2605 2016-01-26 23:47:23 -08:00
Kartik K. Agaram 67db19a053 2545
update html
2015-12-15 14:32:47 -08:00
Kartik K. Agaram db1f56c844 2611 2015-11-29 14:18:52 -08:00
Kartik K. Agaram c603cd6cef 2430 - make room for more transforms 2015-11-13 10:08:57 -08:00
Kartik K. Agaram 05d3592047 2429 2015-11-13 09:58:00 -08:00
Kartik K. Agaram 76755b2836 2423 - describe shape-shifting in html docs 2015-11-10 21:43:45 -08:00
Kartik K. Agaram ebf6889f50 2300 - remove callcc.mu from docs until it returns 2015-10-28 13:24:33 -07:00
Kartik K. Agaram f5465e1220 2177 2015-09-07 10:37:27 -07:00