mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 04:01:58 +00:00
7 lines
176 B
C
7 lines
176 B
C
#ifndef MLR_DSL_WRAPPER_H
|
|
#define MLR_DSL_WRAPPER_H
|
|
#include "../dsl/mlr_dsl_ast.h"
|
|
|
|
mlr_dsl_ast_t* mlr_dsl_parse(char* string, int trace_parse);
|
|
|
|
#endif // MLR_DSL_WRAPPER_H
|