| 7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
| 8 */ |
8 */ |
| 9 |
9 |
| 10 #include <stdio.h> |
10 #include <stdio.h> |
| 11 |
11 |
| 12 #include <libtu/misc.h> |
12 #include "misc.h" |
| 13 #include <libtu/tokenizer.h> |
13 #include "tokenizer.h" |
| 14 #include <libtu/parser.h> |
14 #include "parser.h" |
| 15 #include <libtu/util.h> |
15 #include "util.h" |
| 16 |
16 |
| 17 |
17 |
| 18 static bool test_fn(Tokenizer *tokz, int n, Token *toks) |
18 static bool test_fn(Tokenizer *tokz, int n, Token *toks) |
| 19 { |
19 { |
| 20 printf("test_fn() %d %s\n", n, TOK_IDENT_VAL(toks)); |
20 printf("test_fn() %d %s\n", n, TOK_IDENT_VAL(toks)); |