/0calc

simplest yacc&lex sample

Primary LanguageBisonOtherNOASSERTION

0calc

Simplest yacc & lex sample

autoconf, automake

Install autoconf, automake to generate a configure script.

% ./autogen.sh

configure, make, make install

% ./configure
% make
% make install