diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-15 17:03:03 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-15 17:03:03 +1000 |
commit | dc2e476c52a24ca910d2c1e60347fd5bce889169 (patch) | |
tree | fdb37eb252d2dd7cbf3f6eb7c8ba8ff3768ddf1a /src/interpreter.c | |
parent | db83125332af3622d5dfec5d73a93b7593898d5b (diff) |
forgone build process & misc stuff
Diffstat (limited to 'src/interpreter.c')
-rw-r--r-- | src/interpreter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpreter.c b/src/interpreter.c index 5d41522..4005998 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -2,6 +2,7 @@ // Useful for carrying out tests of the CPU instructions. // Refer to interpreter.md for the manual +#include"apple.c" #include"debug.h" //Write a custom getc function here which ignores spaces |