#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__