*** empty log message ***

This commit is contained in:
2005-06-07 16:09:58 +00:00
parent 310714df77
commit 6736898459
3 changed files with 103 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: token.h,v 1.5 2005-06-06 16:01:49 bacon Exp $
* $Id: token.h,v 1.6 2005-06-07 16:09:57 bacon Exp $
*/
#ifndef _XP_STX_TOKEN_H_
@@ -12,9 +12,17 @@ enum
XP_STX_TOKEN_END = 0,
XP_STX_TOKEN_CHARLIT,
XP_STX_TOKEN_STRLIT,
XP_STX_TOKEN_NUMLIT,
XP_STX_TOKEN_IDENT,
XP_STX_TOKEN_KEYWORD,
XP_STX_TOKEN_RETURN
XP_STX_TOKEN_MINUS,
XP_STX_TOKEN_ASSIGN,
XP_STX_TOKEN_COLON,
XP_STX_TOKEN_RETURN,
XP_STX_TOKEN_BAR,
XP_STX_TOKEN_LBRACKET,
XP_STX_TOKEN_RBRACKET,
XP_STX_TOKEN_PERIOD,
};
struct xp_stx_token_t