summaryrefslogtreecommitdiff
path: root/uscript/parser.h
blob: 023bbfe8fb32b395cd9b1efdd672946faf88dc50 (plain)
1
2
3
4
5
6
7
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__