latest soggy/cotton / src / interpreter.h
 1#ifndef INTERPRETER_H
 2#define INTERPRETER_H
 3
 4#include "cotton.h"
 5
 6void cotton_compile
 7(Cotton *c, char *line);
 8
 9void cotton_run
10(Cotton *c);
11
12#endif