aboutsummaryrefslogtreecommitdiff
path: root/parts/toklist.h
blob: a6fe68d1f31df263fa7eed770dfffc8f0f3242c5 (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