vessel/web/include/temple-expr.h
Arija A. d78d81b487
Improve Temple web structure and submodules.
Signed-off-by: Arija A. <ari@ari.lt>
2025-09-06 19:29:55 +03:00

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_ */