unify printing + add basic strings

This commit is contained in:
r4
2021-12-25 12:16:06 +01:00
parent 92c4c5c991
commit f02dae603d
8 changed files with 162 additions and 52 deletions

2
lex.h
View File

@@ -3,6 +3,6 @@
#include "tok.h"
TokList lex(const char *s);
TokList lex(const char *s, Pool *static_vars);
#endif /* LEX_H */