calc ==== A compiler for an c-like language. With ´calc ´ calc will be invoked. ´foo.clc´ contains the source and will be compiled and executed ! calc can be compiled as a compiler, which generates a complete instance of the languages-class hirarchie - or calc can be compiled as an interpreter, which just executes the code ! calc is implemented in true ANSI-C++. The grammar is written in lex & yacc by MKS (C++ Output) ! you can compile the code with GNU-C++ V 2.7.2 under linux with ´make -f makefile.linux´, or under Cygnus-Gnu-Win32-B19 with ´make -f makefile.cygwin32b19´. You need the packages ´jaulibs.zip´ also ! ============================================================ The directory structor for compiling must be: ./jaulibs ./jau/calc try the binary with the demonstration file ´test.clc´ ! you can use calc in you programs, if your programs needs an compiler/interpreter :-)). some repsonses from you to mailto:calc@jausoft.com would be nice - thanxs. Sven Goethel - Jausoft Softwaredevelopment http://www.jausoft.com