miller/c/dsls/ex2_wrapper.h
2016-07-13 21:14:35 -04:00

7 lines
143 B
C

#ifndef EX2_WRAPPER_H
#define EX2_WRAPPER_H
#include "ex_ast.h"
ex_ast_t* ex2_parse(char* string, int trace_parse);
#endif // EX2_WRAPPER_H