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

#include "tokenizer.h"

/* Returns 0 on success */
int tsl_parse(const char *code, size_t code_size);

#endif /* TSL_PARSER_H */