about summary refs log tree commit diff stats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-306/+4
|
* 4447Kartik Agaram2018-07-271-1/+1
|
* 4266 - space for alloc-id in heap allocationsKartik Agaram2018-06-241-12/+10
| | | | This has taken me almost 6 weeks :(
* 4258 - undo 4257Kartik Agaram2018-06-151-10/+12
|
* 4257 - abortive attempt at safe fat pointersKartik Agaram2018-06-151-12/+10
| | | | | | | | | | | | | | | | 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.
* 4228Kartik K. Agaram2018-03-151-0/+5
|
* 4158Kartik K. Agaram2017-12-091-0/+4
|
* 4117 - done with delimited continuationsKartik K. Agaram2017-11-061-1/+2
| | | | | 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.
* 4111Kartik K. Agaram2017-11-051-0/+3
|
* 4110 - add continuations to docsKartik K. Agaram2017-11-051-0/+5
|
* 4090Kartik K. Agaram2017-10-261-4/+4
|
* 3995Kartik K. Agaram2017-09-131-4/+4
|
* 3975Kartik K. Agaram2017-08-201-6/+1
|
* 3762Kartik K. Agaram2017-03-071-1/+1
|
* 3641Kartik K. Agaram2016-11-061-2/+3
|
* 3588 - documentation for filesystem and networkKartik K. Agaram2016-10-241-6/+21
|
* 3557Kartik K. Agaram2016-10-221-2/+2
|
* 3415Kartik K. Agaram2016-09-251-1/+1
|
* 3411Kartik K. Agaram2016-09-231-3/+0
|
* 3402Kartik K. Agaram2016-09-191-1/+1
|
* 3401Kartik K. Agaram2016-09-181-1/+1
|
* 3395Kartik K. Agaram2016-09-171-3/+15
|
* 3372Kartik K. Agaram2016-09-161-7/+9
|
* 3355Kartik K. Agaram2016-09-151-1/+1
|
* 3312Kartik K. Agaram2016-09-101-1/+1
|
* 3235Kartik K. Agaram2016-08-201-1/+1
|
* 3227Kartik K. Agaram2016-08-181-1/+4
|
* 3158Kartik K. Agaram2016-07-271-10/+11
|
* 3116Kartik K. Agaram2016-07-201-1/+1
|
* 3103Kartik K. Agaram2016-07-051-24/+20
|
* 3024Kartik K. Agaram2016-05-281-1/+1
|
* 3023Kartik K. Agaram2016-05-281-1/+1
|
* 2997 - new version of http://akkartik.name/aboutKartik K. Agaram2016-05-231-3/+3
|
* 2996Kartik K. Agaram2016-05-211-99/+112
|
* 2868Kartik K. Agaram2016-04-251-1/+1
|
* 2866Kartik K. Agaram2016-04-251-14/+18
|
* 2814Kartik K. Agaram2016-03-271-22/+22
|
* 2813Kartik K. Agaram2016-03-271-0/+4
|
* 2812Kartik K. Agaram2016-03-271-14/+22
|
* 2811Kartik K. Agaram2016-03-271-4/+4
|
* 2724 - document failures of /space:globalKartik K. Agaram2016-03-011-3/+5
|
* 2706 - update htmlKartik K. Agaram2016-02-251-2/+2
|
* 2605Kartik K. Agaram2016-01-261-10/+10
|
* 2545Kartik K. Agaram2015-12-151-0/+2
| | | | update html
* 2611Kartik K. Agaram2015-11-291-2/+3
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-18/+18
|
* 2429Kartik K. Agaram2015-11-131-7/+6
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-22/+47
|
* 2300 - remove callcc.mu from docs until it returnsKartik K. Agaram2015-10-281-2/+0
|
* 2177Kartik K. Agaram2015-09-071-28/+67
|