interpreter.h 52 B

1234
  1. void interpret(struct AST* n);
  2. void loop(FILE *f);