[svn:parrot-pdd] r27082 - in trunk: docs/pdds/draft editor languages/BASIC/compiler

2008-04-21 Thread pmichaud
Author: pmichaud Date: Mon Apr 21 13:08:48 2008 New Revision: 27082 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod Changes in other areas also in this revision: Modified: trunk/editor/kate_syntax.pl trunk/languages/BASIC/compiler/compile.pl Log: [core]: * Updates for the restoreall

Re: BASIC compiler

2005-10-09 Thread Will Coleda
entions. Using explicit :optional parameters where possible (optional args at the end), or @MULTI where necessary (optional args at the beginning) will probably take care of most issues. Enjoy. On Oct 7, 2005, at 4:24 PM, Will Coleda wrote: The BASIC compiler is now (kind of?) working again afte

BASIC compiler

2005-10-07 Thread Will Coleda
The BASIC compiler is now (kind of?) working again after the 0.3.0 release. Updates to the new calling conventions. No longer trying to manage the conventions in near-PASM level code. The windows display code is just commented out, but several of the samples in the compiler (inc. conn4

[perl #30084] BASIC compiler not working

2004-06-07 Thread via RT
# New Ticket Created by Jens Rieks # Please include the string: [perl #30084] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30084 > Hi, the BASIC compiler (languages/BASIC/compiler/) does not work. The runtime fi