Commit Graph

5 Commits

Author SHA1 Message Date
Kartik Agaram dd66068298 4261 - start using literals for 'true' and 'false'
They uncovered one bug: in edit/003-shortcuts.mu
  <scroll-down> was returning 0 for an address in one place where I
  thought it was returning 0 for a boolean.

Now we've eliminated this bad interaction between tangling and punning
literals.
2018-06-17 00:29:22 -07:00
Kartik K. Agaram 5059f32d0d 4160 - named marks for delimited continuations
Hypothesis: this is needed to build McCarthy's amb operator.
  https://rosettacode.org/wiki/Amb
2017-12-15 00:15:47 -08:00
Kartik K. Agaram f7c8c3effe 4157 2017-12-09 03:25:15 -08:00
Kartik K. Agaram 30ea2e4522 4156 2017-12-07 17:06:45 -08:00
Kartik K. Agaram c082c2f268 4154
All the bugfixes since commit 4135 have been aimed at getting this
example program work.
2017-12-07 16:06:49 -08:00