diff options
| author | iamcheeseman <[email protected]> | 2026-04-06 17:04:05 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-06 17:06:53 -0400 |
| commit | 957c64c7b8b5e98d8a03dd84c7e27e7991fb9dbc (patch) | |
| tree | f5fc230703791cee8d8e7851fb87eaef07ae63a2 /uscript/parser.h | |
Initial commit
Diffstat (limited to 'uscript/parser.h')
| -rw-r--r-- | uscript/parser.h | 8 |
1 files changed, 8 insertions, 0 deletions
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__ |
