From 06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 16 Apr 2015 17:05:46 -0700 Subject: Updated parser to correctly read empty statements --- notes/frontend-notes.04.16.15.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 notes/frontend-notes.04.16.15.txt (limited to 'notes') 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" + -- cgit v1.2.3