Commit acb93e8
committed
Clean up Dodger so that it can compile examples
Looks like some of the logic/types from Evildoer were
copied over to improve Dodger, but in the process
there were some conflicting changes. Nothing major.
* No longer need `char.c` in the Makefile
* No longer need `char.c` at all (all printing is done in `print.c`)
* We do not need the EOF and VOID types in `values.h`1 parent f313c64 commit acb93e8
3 files changed
Lines changed: 2 additions & 72 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 22 | | |
27 | 23 | | |
28 | 24 | | |
| |||
0 commit comments