kmyacc version 4.1.4 (2006/02/15) ================================= kmyacc is an LALR(1) parser generator, hopefully compatible with AT&T yacc. Features: - Generates smaller table than Yacc/Berkeley yacc/Bison. - Supports multi-language (currenly C and Java). INSTALL ======= (1) You must have ANSI C compiler. (2) Read Makefile and change macro BIN and PARLIB appropriately. (3) Type make make insta