** WinPascal 0.001b  - Open project by Bloodshed Software **

For a guide on WinPascal programming, see WinPascal.txt
www: http://www.bloodshed.nu/winpascal
See ToDo.txt to know what's need to be added.

WinPascal is a free Pascal compiler that can create x86 asm codes to be assembled and linked 
into a stand-alone Windows executable. The goal is to create a sort of Delphi like RAD 
development tool for Pascal.

It is currently in early stage of development but anybody can participate in its creation. The 
compiler must first be written before the development of the IDE in Delphi.

WinPascal is an open project. Thus, you can add new features to it and then send back the 
code for the new version. I think that if we are many people working on this project, we could 
create a real pascal compiler for windows.

I would like to have it generate x86 assembler code to create Windows executables. Currently, it 
is capable of generating win32 console and message box window. I implemented new features 
and corrected many of the code generation (first asm codes where written for OS/2). However, 
there is many thing to correct and implement before developing the IDE with Delphi, so any help 
would be appreciated.

If you modify it, please send back the source code to me at: winpascal@bloodshed.nu.

See you !
Colin Laplace