summaryrefslogtreecommitdiff
path: root/src/icont/tlex.c
blob: d79bcc9db8bb63afa66bc7b2d5407d6c6ab7e646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * tlex.c -- the lexical analyzer for icont.
 */

#include "../h/gsupport.h"
#undef T_Real
#undef T_String
#undef T_Cset
#include "../h/lexdef.h"
#include "ttoken.h"
#include "tree.h"
#include "tproto.h"
#include "../h/parserr.h"
#include "../common/lextab.h"
#include "../common/yylex.h"
#include "../common/error.h"