mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-27 17:53:57 +00:00
9 lines
239 B
C
9 lines
239 B
C
#ifndef PUT_DSL_WRAPPER_H
|
|
#define PUT_DSL_WRAPPER_H
|
|
#include "../containers/mlr_dsl_ast.h"
|
|
#include "../containers/sllv.h"
|
|
|
|
// Returns linked list of mlr_dsl_ast_node_t*.
|
|
sllv_t* put_dsl_parse(char* string);
|
|
|
|
#endif // PUT_DSL_WRAPPER_H
|