home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.whtech.com
/
ftp.whtech.com.7z
/
ftp.whtech.com
/
emulators
/
v9t9
/
linux
/
sources
/
V9t9
/
source
/
lexer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2006-10-19
|
310 b
|
21 lines
#undef W
#ifdef __LEXER__
#define W
#else
#define W extern
#endif
#include "centry.h"
W char *tok;
void lexer_init(FILE *f);
char *lexer_error(char *s, char *v);
void lexer_readToken();
void lexer_consumeToken();
int lexer_compareToken(char *t);
void lexer_matchToken(char *t,char *s);
#include "cexit.h"