Leopold Toetsch wrote:
Am Samstag, 24. Februar 2007 17:05 schrieb Klaas-Jan Stol:
it seems the .pbc files are stored in the repository is that
desirable?
Yes for these files.
IMO, it would be enough to store the PIR only, and have that
compiled to PBC
If you have a clo
Please substitute the two files attached for the identically named files in my
previous posting in
this thread. These two test files extend the test coverage
(http://thenceforward.net/parrot/
coverage/).
t/tools/ops2cutils/04-print_c_source_top.t
t/tools/ops2cutils/05-print_c_source_bottom.t
hi,
attached a patch for languages/Pynie, adding:
* more grammar rules
* statement.t for testing statements -- kinda simple, should be extended
* keyword rule, so that id's are not recognized as identifiers
regards,
kjs
Index: languages/pynie/src/parser/Grammar.pg
=
hi,
most languages that can run in interactive mode have some kind of
welcome message and prompt that is printed before the user can give any
input.
For example, Python prints:
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit
(Intel)] on win
32
Type "help", "copyright", "cr
On Sun, Feb 25, 2007 at 04:39:17PM +0100, Klaas-Jan Stol wrote:
> most languages that can run in interactive mode have some kind of
> welcome message and prompt that is printed before the user can give any
> input.
Yes, this is helpful. But also one of the things we need is a way
so that we can
Patrick R. Michaud wrote:
On Sun, Feb 25, 2007 at 04:39:17PM +0100, Klaas-Jan Stol wrote:
most languages that can run in interactive mode have some kind of
welcome message and prompt that is printed before the user can give any
input.
Yes, this is helpful. But also one of the things
Nifty.
FYI, in tcl, the two prompts can be overridden via a user defined
procedure. See http://www.tcl.tk/man/tcl8.5/UserCmd/tclsh.htm#M11
Be nice if this was also possible with the default tool.
On Feb 25, 2007, at 11:24 AM, Klaas-Jan Stol wrote:
Patrick R. Michaud wrote:
On Sun, Feb 25,
Will Coleda wrote:
Nifty.
FYI, in tcl, the two prompts can be overridden via a user defined
procedure. See http://www.tcl.tk/man/tcl8.5/UserCmd/tclsh.htm#M11
Be nice if this was also possible with the default tool.
yup that should be possible as long as the language can access its own
compil
On 07/02/24 12:00 +0100, Paul Cochrane wrote:
> >parrotbug seems to be broken on win32.
> Actually, I think it's broken on all platforms.
as parrotbug (the program) father, i'd like to add that i don't have
time to work on it. (and it seems to show up)
anyone wanting to work on it or even adopt i
The problem is that a Sub is not a ParrotObject, so it has nowhere to
store attributes. That's why attr_str_2_num throws "Can't set
non-core object attribs": it can't safely use PMC_data unless you've
passed a ParrotObject. I've attached a patch that implements a basic
attribute storage system f
Now that 0.4.9 has been released, can this be committed?
Thanks,
Alek Storm
On 2/19/07, Alek Storm <[EMAIL PROTECTED]> wrote:
Thanks for the head start; now I know to include a test in the future.
Here is an updated version of your patch, with various minor fixes.
On 2/17/07, Allison Randal
11 matches
Mail list logo