progs/fun_llvm.scala
changeset 678 ff3b48da282c
parent 657 732cb155d806
child 679 8fc109f36b78
--- a/progs/fun_llvm.scala	Sun Oct 27 15:16:22 2019 +0000
+++ b/progs/fun_llvm.scala	Mon Oct 28 13:34:03 2019 +0000
@@ -60,7 +60,7 @@
   x ++ "_" ++ counter.toString()
 }
 
-// Abstract syntax trees for the Fun language
+// Internal CPS language for FUN
 abstract class KExp
 abstract class KVal