Commit f3ebbfb
authored
Multiple rhs (#24)
* notes
* more hacking
* more hacking
* more argh
* hackikng away
* stuff
* start rewriting all pattern matching
* pattern match rewrite almost done
* pattern match rewrite passes the first test
* codegen for multiple rhs passes first test
* note another bug
* note codegen after parse unit
* getting closer
* next multidef example works
* make later defs local to main def
to avoid top level mutual recursion
* multiple defs test case three works
* add some tests
* detect redefinition across parse units
* case three works
* fix up filemodel merge
* fix access to nested structs
* more debugging
* omg fixed pattern defs
* more fixes
* fix local multiple defs
* tiny
* fix Vector ++ Image
* fix Image op Vector
* add more tests for multiple RHS
* ready for 9.0.14 release
* fix date1 parent d1ac9d4 commit f3ebbfb
8 files changed
+1919
-398
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
20 | 49 | | |
21 | 50 | | |
22 | 51 | | |
| |||
0 commit comments