| 13 #include <limits.h> |
13 #include <limits.h> |
| 14 #include <assert.h> |
14 #include <assert.h> |
| 15 #include <math.h> |
15 #include <math.h> |
| 16 #include <string.h> |
16 #include <string.h> |
| 17 |
17 |
| 18 #include <libtu/tokenizer.h> |
18 #include "tokenizer.h" |
| 19 #include <libtu/misc.h> |
19 #include "misc.h" |
| 20 #include <libtu/output.h> |
20 #include "output.h" |
| 21 |
21 |
| 22 |
22 |
| 23 static const char *errors[]={ |
23 static const char *errors[]={ |
| 24 DUMMY_TR("(no error)"), |
24 DUMMY_TR("(no error)"), |
| 25 DUMMY_TR("Unexpected end of file"), /* E_TOKZ_UNEXPECTED_EOF */ |
25 DUMMY_TR("Unexpected end of file"), /* E_TOKZ_UNEXPECTED_EOF */ |