From c138759ebf4194a73364a79a9acc87f54dcc73bc Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 20 Apr 2023 12:51:50 +1000 Subject: callIT() FINALLY WORKS --- interpreter.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'interpreter.c') diff --git a/interpreter.c b/interpreter.c index 4598d2f..6fea22e 100644 --- a/interpreter.c +++ b/interpreter.c @@ -13,6 +13,9 @@ int main(){ char c; unsigned char a, b; + + initIT(); + while(1){ c = fgetc(stdin); -- cgit v1.2.3