Added support for constant floating point expressions

This commit is contained in:
ceriel
1989-12-19 09:40:25 +00:00
parent fe14fd11f4
commit 0c690061b3
13 changed files with 243 additions and 29 deletions

View File

@@ -40,7 +40,8 @@ struct node {
#define nd_STR nd_token.TOK_STR
#define nd_SLE nd_token.TOK_SLE
#define nd_INT nd_token.TOK_INT
#define nd_REL nd_token.TOK_REL
#define nd_REAL nd_token.TOK_REAL
#define nd_RVAL nd_token.TOK_RVAL
};
typedef struct node t_node;