aboutsummaryrefslogtreecommitdiff
path: root/parts/toklist.h
blob: 9a7b8ceaf99400359fc44f2d24ab10effe67ffa4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TOKLIST_H
#define TOKLIST_H

#include "symbol.h"

extern symbol toklist_eat();
extern symbol toklist_peek();

#endif