miller/c/dsls/ex0_wrapper.h
2016-07-17 15:34:04 -04:00

7 lines
143 B
C

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