From ddb69212f03a82e980144594d809a072b50e7f19 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 11 Feb 2023 09:40:25 -0800 Subject: Finish the compiler. Just joking. But we did manage to compile a program from SML to bytecode. --- program.cm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'program.cm') diff --git a/program.cm b/program.cm index b957215..4724772 100644 --- a/program.cm +++ b/program.cm @@ -1,14 +1,16 @@ Group is +buffer.sml codegen.sml +compiler.sml cps.sml -either.sml elab.sml gensym.sml linker.sml map.sml +opts.sml parser.sml +result.sml syntax.sml -buffer.sml $/basis.cm -- cgit v1.3.1