diff options
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__ |
