aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorazidar2015-04-16 17:05:46 -0700
committerazidar2015-04-16 17:05:46 -0700
commit06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (patch)
tree5023aa9aa4e944d9b3911a8dddf43ece6f6f1455 /notes
parent5dfc741fd04c7fa357b976b57086d67244d3d22a (diff)
Updated parser to correctly read empty statements
Diffstat (limited to 'notes')
-rw-r--r--notes/frontend-notes.04.16.15.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/notes/frontend-notes.04.16.15.txt b/notes/frontend-notes.04.16.15.txt
new file mode 100644
index 00000000..14634e5e
--- /dev/null
+++ b/notes/frontend-notes.04.16.15.txt
@@ -0,0 +1,13 @@
+======= Fixes to Jonathan's Front-end ======
+Remove type from node emission
+
+Currently, these are not equivalent because we will fail a type check:
+output in { input x : UInt, input y : UInt}
+=>
+input in {x : UInt, y : UInt}
+
+Switch "input" -> "flip" and "output" to "" within a bundle
+Switch "add-mod" -> "add-wrap"
+Switch "multiplex" -> "mux"
+Switch "greater" -> "gt"
+