diff options
| author | azidar | 2015-04-16 17:05:46 -0700 |
|---|---|---|
| committer | azidar | 2015-04-16 17:05:46 -0700 |
| commit | 06ff7f7dddcb479d9d4d775a55cbb18d873b35b9 (patch) | |
| tree | 5023aa9aa4e944d9b3911a8dddf43ece6f6f1455 /notes | |
| parent | 5dfc741fd04c7fa357b976b57086d67244d3d22a (diff) | |
Updated parser to correctly read empty statements
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/frontend-notes.04.16.15.txt | 13 |
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" + |
