Files
qse/qse/regress/awk/lisp
hyung-hwan f843a6e003 * fixed an issue in parsing an expression like "a++ ++b" or "1 ++b"
* added _WIN32 code handling QSE_PIO_MBSCMD
* fixed various _WIN32 issues in qse_env_t
* added untested OS2 code handling QSE_PIO_MBSCMD
2011-08-12 09:11:02 +00:00
..

See the Manual file for documentation.

This release also has a Perl version, perlisp, contributed by the Perl
Avenger, who writes:

  It has new primitives: a reentrant "load", a "trace" command, and more
  error reporting.  Perlisp will attempt to load a program called
  "testme" before anything else, when it runs.  After that, it will load
  $HOME/.perlisprc if that file exists, before reverting to the
  interactive read/eval/print loop.

The awk code is still essentially the code posted to alt.sources (May
31, 1994), but with a garbage collector added.


Copyright (c) 1994, 2001 by Darius Bacon.

Permission is granted to anyone to use this software for any
purpose on any computer system, and to redistribute it freely,
subject to the following restrictions:

1. The author is not responsible for the consequences of use of
   this software, no matter how awful, even if they arise from
   defects in it.

2. The origin of this software must not be misrepresented, either
   by explicit claim or by omission.

3. Altered versions must be plainly marked as such, and must not
   be misrepresented as being the original software.