interpret/src/lex.h

7 lines
163 B
C
Raw Normal View History

2022-02-13 06:35:02 +00:00
int looks_like_year(const char *, int *);
int looks_like_month(const char *);
int looks_like_day(const char *);
struct scanner;
int lex(struct scanner *const s);