Branch: Tag:

1997-03-11

1997-03-11 03:36:42 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed constants and code generator, F_EQ_OR now works

Rev: src/ChangeLog:1.85
Rev: src/docode.c:1.14
Rev: src/interpret.c:1.31
Rev: src/interpret.h:1.11
Rev: src/language.yacc:1.30
Rev: src/lex.c:1.18
Rev: src/lex.h:1.4
Rev: src/peep.c:1.8
Rev: src/peep.in:1.6
Rev: src/program.c:1.26
Rev: src/testsuite.in:1.35

56:   %token F_AND F_OR F_XOR   %token F_LSH F_RSH   %token F_LAND F_LOR - %token F_EQ_OR + %token F_EQ_OR F_EQ_AND      %token F_SWITCH F_SSCANF F_CATCH   %token F_CAST
158:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.29 1997/03/09 09:11:11 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.30 1997/03/11 03:36:40 hubbe Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif