Commit Graph

3 Commits

Author SHA1 Message Date
Chris Penner
5ca1eb3b8d Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
Paul Chiusano
685a202319 update transcripts 2022-12-01 23:51:11 -06:00
Dan Doel
ca1509a7b7 Fix a bug when renaming variables during ANF translation
When a binding like:

  let v = u

arose during the translation, the ANF could would simply rename v to
u. However, it was only doing it in the 'body' portion of the code,
not an associated context.
2022-03-30 17:21:32 -04:00