From 2353d640907a7b04477b06a5b3da6b7bbafc448d Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 24 Feb 2015 09:40:02 -0800 Subject: Updated tests, and included a check for the name of the pass, which allows the compiler to print after each pass to ease debugging --- notes/notes.02.23.15.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/notes.02.23.15.txt (limited to 'notes') diff --git a/notes/notes.02.23.15.txt b/notes/notes.02.23.15.txt new file mode 100644 index 00000000..1f58ddaf --- /dev/null +++ b/notes/notes.02.23.15.txt @@ -0,0 +1,10 @@ +TODO: rename ! to *. + +when declare a var, give it a type because compiler assumes it is ? + +if costantantly adding to end of a list, should use a vector type instead of a list, because add is much faster than append (depends on length of left operand) + +TODO: test case + inst a of mywire + + -- cgit v1.2.3