#ifndef CORE_H
#define CORE_H

/* handles parsing, type checking and execution of fname */
int run(const char *fname);

#endif /* CORE_H */