Commit d1ac9d4
authored
Multiple rhs (#23)
* 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 eff15d4 commit d1ac9d4
File tree
26 files changed
+1552
-2418
lines changed- src
- test/workspaces
26 files changed
+1552
-2418
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 18 | + | |
29 | 19 | | |
30 | | - | |
31 | | - | |
| 20 | + | |
32 | 21 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 22 | + | |
36 | 23 | | |
37 | 24 | | |
38 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments