| 6 * This file is distributed under the terms of the "Artistic License". |
6 * This file is distributed under the terms of the "Artistic License". |
| 7 * See the included file LICENSE for details. |
7 * See the included file LICENSE for details. |
| 8 */ |
8 */ |
| 9 |
9 |
| 10 #include <stdio.h> |
10 #include <stdio.h> |
| 11 #include "include/misc.h" |
11 |
| 12 #include "include/tokenizer.h" |
12 #include <libtu/misc.h> |
| 13 #include "include/parser.h" |
13 #include <libtu/tokenizer.h> |
| 14 #include "include/util.h" |
14 #include <libtu/parser.h> |
| |
15 #include <libtu/util.h> |
| 15 |
16 |
| 16 |
17 |
| 17 static bool test_fn(Tokenizer *tokz, int n, Token *toks) |
18 static bool test_fn(Tokenizer *tokz, int n, Token *toks) |
| 18 { |
19 { |
| 19 printf("test_fn() %d %s\n", n, TOK_IDENT_VAL(toks)); |
20 printf("test_fn() %d %s\n", n, TOK_IDENT_VAL(toks)); |