aboutsummaryrefslogtreecommitdiff
path: root/include/parser.h
blob: 352312756156ab0d0a46cb45c15ffc4ea98b6b71 (plain)
1
2
3
4
5
6
7
8
#ifndef TSL_PARSER_H
#define TSL_PARSER_H

#include "tokenizer.h"

int tsl_parse(const char *code, size_t code_size);

#endif /* TSL_PARSER_H */