From 325199d16daae79ee409acf5a2e520c800293cd5 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 19 Apr 2007 00:10:46 +0000 Subject: [PATCH] Add a to-do list file --- fco2/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fco2/TODO diff --git a/fco2/TODO b/fco2/TODO new file mode 100644 index 0000000..1453893 --- /dev/null +++ b/fco2/TODO @@ -0,0 +1,7 @@ +To-do list for FCO +------------------ + +Have a "compiler options" field in ParseState, which can contain things like: +- optional tracing in passes +- whether to compile out overflow/bounds checks +