From 957c64c7b8b5e98d8a03dd84c7e27e7991fb9dbc Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Mon, 6 Apr 2026 17:04:05 -0400 Subject: Initial commit --- uscript/parser.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 uscript/parser.h (limited to 'uscript/parser.h') diff --git a/uscript/parser.h b/uscript/parser.h new file mode 100644 index 0000000..023bbfe --- /dev/null +++ b/uscript/parser.h @@ -0,0 +1,8 @@ +#ifndef __USCRIPT_PARSER_H__ +#define __USCRIPT_PARSER_H__ + +#include "val.h" + +struct us_proto *compile(const char *name, const char *src); + +#endif // __USCRIPT_PARSER_H__ -- cgit v1.3-2-g0d8e