implement basic RAII-ish array management

This commit is contained in:
r4
2021-12-29 21:42:43 +01:00
parent 7773cc6c14
commit 4d5cd93354
8 changed files with 137 additions and 47 deletions

2
lex.h
View File

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