10 lines
250 B
C
10 lines
250 B
C
#ifndef VESSEL_WEB_TEMPLE_EXPR_H_
|
|
#define VESSEL_WEB_TEMPLE_EXPR_H_
|
|
|
|
#include "conf.h"
|
|
|
|
#include "temple.h"
|
|
|
|
vw_TempleASTNode *vw_TempleParser_parse_expr(vs_Logger *logger, const char *start, const char *end);
|
|
|
|
#endif /* VESSEL_WEB_TEMPLE_EXPR_H_ */
|