aboutsummaryrefslogtreecommitdiff
path: root/notes/notes.02.17.15.txt
diff options
context:
space:
mode:
authorazidar2015-02-19 10:13:51 -0800
committerazidar2015-02-19 10:13:51 -0800
commit8299c2ecae1701fa6060185a8aed25543e201eba (patch)
treec300fa62654fb2233a0f8199b3c2ad83a8b5eb59 /notes/notes.02.17.15.txt
parent8c1c4225c340dc658f7d0956e8b231050c122abc (diff)
Re-implemented resolve-kinds, passes preliminary test.
Updated notes and TODO list, and started basic stanza-cheatsheet.
Diffstat (limited to 'notes/notes.02.17.15.txt')
-rw-r--r--notes/notes.02.17.15.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/notes/notes.02.17.15.txt b/notes/notes.02.17.15.txt
index 133565fd..1a04d607 100644
--- a/notes/notes.02.17.15.txt
+++ b/notes/notes.02.17.15.txt
@@ -1,6 +1,5 @@
February 17, 2015.
-
Functions (defn) have (1) a static type signature and (2) an implementation
You can define them seperately
type signature -> defmulti
@@ -12,19 +11,12 @@ However, you cannot have:
defn a(x:Int) -> Int
because it is unclear which to call (2 matching static type signatures)
-TODO Implement resolve-kinds
TODO Read initialization spec
TODO Read through make-explicit-reset
TODO If you feel up for it, rewrite make-explicit-reset
TODO If you feel up for it, read through initialize-registers
-TODO Look into testing framework
TODO
Make stanza a git repo
-Write Makefile
Write installation instructions for stanza
-Add P-Money as admin to github/firrtl (CuppoJava)
-
-TOTHINK
Need 2 different prints, one with IR-internal information, and another that matches correct FIRRTL
-Add input file argument...