Author: Adam Van Hine Username: vanhineam
A Wren Intermediate Code (WIC) interpreter written in C.
| Command | What is built | Output |
|---|---|---|
| make table | testtable.c table.c table.h | testtable |
| make stack | teststack.c stack.c stack.h | teststack |
| make instruction | testinstructions.c instructions.c instructions.h stack.c stack.h table.c table.h | testinstructions |
| make cwici | cwici.c instructions.h instructions.c table.h table.c stack.h stack.c | cwici |