I compile the lemon.c in vc6 environment. (build it the win32 console 
application )

then I use the command

lemon parse.y 

I successfully get the parse.h file

but the file is not right. 
I only get 137 ids

the follwing 15 ids do not exist in the parse.h

TK_TO_TEXT
 TK_TO_BLOB 
 TK_TO_NUMERIC 
TK_TO_INT 
TK_TO_REAL 
TK_END_OF_FILE 
TK_ILLEGAL 
TK_SPACE 
TK_UNCLOSED_STRING 
TK_COMMENT 
TK_FUNCTION 
TK_COLUMN 
TK_AGG_FUNCTION 
TK_AGG_COLUMN 
TK_CONST_FUNC 

anybody konw the reason?

Thank you!

Reply via email to