.TH "LISAAC" "1" "January 2008" "Xavier Oswald" "lisaac - programming language" .SH "NAME" lisaac \- lisaac compiler .SH "SYNOPSIS" .B lisaac [Options] .SH "DESCRIPTION" This manual page documents briefly the .BR lisaac compiler. .BR lisaac is the first compiled object\-oriented language based on prototype concepts, with system programming facilities and design by contract. Lisaac's developers admired both Self's flexibility and dynamic inheritance, and Eiffel's static typing and design by contract features. Seeking to combine these two apparently contradictory feature sets, lisaac was created. .br The .BR lisaac compiler produces optimized ANSI C code, which can then be compiled on every architecture with an appropriate C compiler which makes lisaac a real multi\-platform language. Compilation results show that it is possible to obtain executables from a high\-level prototype\-based language that are as fast as C programs. .SH "OPTIONS" .SS .TP .B \-o Output file (default:`input_file.c') .TP .B \-t Target code (see path.li) .TP .B \-s Statistic information .TP .B \-[d|D]([+|\-]|[1\-20]) Debug mode (default: `debug_level' = 0) .br `d' : Without source code. .br `D' : With source code. .br [d|D]\-: `debug_level' = 5 .br (Require library only) .br [d|D] : `debug_level' = 10 .br (Append user assertion) .br [d|D]+: `debug_level' = 15 .br (Append Ensure library) .br [d|D]n: `debug_level' = n (with 0. This manual page was written by Xavier Oswald .