*** empty log message ***

This commit is contained in:
2005-05-30 15:27:31 +00:00
parent 390d3c4c61
commit 4ff42a06f0
8 changed files with 98 additions and 66 deletions

View File

@@ -1,15 +1,19 @@
/*
* $Id: parser.h,v 1.4 2005-05-30 07:38:25 bacon Exp $
* $Id: parser.h,v 1.5 2005-05-30 15:24:12 bacon Exp $
*/
#ifndef _XP_STX_PARSER_H_
#define _XP_STX_PARSER_H_
#include <xp/stx/stx.h>
#include <xp/stx/scanner.h>
#include <xp/stx/lexer.h>
#include <xp/stx/token.h>
struct xp_stx_parser_t
{
xp_stx_lexer_t lexer;
xp_stx_token_t* token;
int error_code;
xp_bool_t __malloced;
};