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