lang/lex.h
2021-12-25 12:16:06 +01:00

9 lines
122 B
C

#ifndef __LEX_H__
#define __LEX_H__
#include "tok.h"
TokList lex(const char *s, Pool *static_vars);
#endif /* LEX_H */