Clinton A. Pierce wrote:

I re-organized the languages\BASIC tree into "compiled" and "interpreted" sub-trees.


Please, update MANIFEST and s#\#/#g in testrun.pl (the backwards don't run). Also the quickstart section is misleading.
Could you please include a Makefile{,in}
And another one, did you try to run the PASM through imcc - it does speed things up drastically:


#!/usr/bin/perl -w
#
my $parpath='../../../languages/imcc/imcc'; # use config, $(EXE) ...

system("$parpath @ARGV TARG_test.pasm");

TIA,
leo



Reply via email to