FLISP, a LISP interpreter for FreeDOS

Copyright (C) 2005 by Francesco Zamblera
under the GNU General Public License
Version 1.0

vilnergoy@yahoo.it

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


**************************************************************************

In this packet you find the PASCAL source code for FLISP version 1.0.
To compile, you need FreePASCAL, a 32-bit PSCAL interperter.
(You only need to compile the main file, flisp10.pas).

For the time being, FLISP works only with FreeDOS or another DOS with 32-bit extender.

In later releases, I hope to fix up the code, so that it compile also on other platforms.


SOURCE FILES:

flisp10.pas
utils.pas
scanner1.pas
header.pas

download FLISP version 1.0, binary and font utilities
download FLISP version 1.0, PASCAL source code