1 #ifndef EX0_WRAPPER_H
2 #define EX0_WRAPPER_H
3 #include  "ex_ast.h"
4 
5 ex_ast_t* ex0_parse(char* string, int trace_parse);
6 
7 #endif // EX0_WRAPPER_H
8