
           Welcome to the Lisaac compiler !

                        ~~~~

The first compiler for Object Prototype Language !

Install.
========

* Linux/Unix:
-------------

For a userland installation in your system, simply use : 

    make interactive_userland

For a full system installation : 
	
    make
		make install (as root)

Run `lisaac' to compile.

* Windows/Dos:
--------------

1- Download from our site:
   * mingw.zip, for C compiler and binutils (GCC for Windows)
   * emacs_207.zip, for Lisaac editor facilities
   * last lisaac compiler version (>= 0.11)

2- Uncompress mingw to c:\ and emacs...

3- Install mingw package.

4- Update your C:\AUTOEXEC.BAT:
Append with good path:

REM **** MINGW ****
set path=d:/mingw\bin;%path%

5- Reboot or reloaded AUTOEXEC.BAT

6- In lisaac directory, run 'make interactive_userland'

7- Run 'install_lisaac' to finish the installation

8- Reboot or reloaded AUTOEXEC.BAT

Directory description.
======================

  ./lib      : Standard Library for Lisaac.
  ./lib_os   : Library for Unix and Windows and Dos (Input/Output,FileSystem)
  ./lib_html : Library documentation.
  ./src      : Source compiler.
  ./bin      : Executable file compiler (and C source).
  ./editor   : Lisaac mode for Editor (Emacs, Kate, Vim).
  ./manual   : Manual reference Lisaac language (PS format).
  ./shorter  : Mode for shorter program.
  ./example  : Example Lisaac source code. 


Good luck,
Best regards,

     Lisaac team.
