vessel/web/include/temple-parsers.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

17 lines
698 B
C

#ifndef VESSEL_WEB_TEMPLE_PARSERS_H_
#define VESSEL_WEB_TEMPLE_PARSERS_H_
#include "conf.h"
#include "temple.h"
vw_TempleASTNode *vw_TempleParser_parse_comment(vs_Logger *logger,
const char *input,
const char *end,
const char **readp);
vw_TempleASTNode *vw_TempleParser_parse_output(vs_Logger *logger,
const char *input,
const char *end,
const char **readp);
#endif /* VESSEL_WEB_TEMPLE_PARSERS_H_ */