hi
How exactly does all the other languages works in parrot?
Can I "test drive" the scheme language?
I've already compiled parrot, but clueless on how to try out the other
languages, specifically, scheme.
I have some codes that I like to try it on parrot.
How exactly does parrot bridge all differe
Author: paultcochrane
Date: Sun Oct 28 04:24:13 2007
New Revision: 22545
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[docs] Making pod.t happy
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
--- trunk/docs/pd
# New Ticket Created by Will Coleda
# Please include the string: [perl #46971]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46971 >
This has been deprecated since before 0.4.17 and can be removed at
any time.
--
The C
There are a lot of items in DEPRECATED.pod that are slated to be
removed in this release, especially the pdd15 related items.
We're coming up on that release; We need to make an effort soon to
start ripping all that out; A lot of the work to be done here will be
in the languages/ director
Please try out corrected versions of two test files applied to trunk in
r22548.
# New Ticket Created by Will Coleda
# Please include the string: [perl #46973]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46973 >
$ make tclsh
../../parrot --output=tcl.pbc src/tclsh.pir
../../parrot -G tcl.pbc
dyld: la
On Thu Mar 15 19:42:17 2007, ptc wrote:
> Andy has a pretty decent set of rules for perl5's code in that
> project's Makefile. Take a look at those for a start.
Andy Lester put a large chunk of effort into the options for both Sun
lint and BSD lint. After adding some extra flags to BSD lint (r2
hi, when building parrot it reported a warning about some variable "string"
in string.c
When checking out, I saw this:
static const char *
nonnull_encoding_name(STRING *s)
{
char *string;
if (!s)
strcpy(string, "null string");
else
strcpy(string, s->encoding->name);
Author: paultcochrane
Date: Sun Oct 28 08:36:06 2007
New Revision: 22558
Modified:
trunk/docs/pdds/draft/pdd06_pasm.pod
Log:
[docs] Changed docs for clear_eh into those for pop_eh which is the new
opcode we're supposed to use, eh?
Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==
naruto canada schrieb:
hi
How exactly does all the other languages works in parrot?
Can I "test drive" the scheme language?
I've already compiled parrot, but clueless on how to try out the other
languages, specifically, scheme.
Almost all languages support the standard 'test drive', as shown
On Sunday 28 October 2007 07:21:43 Will Coleda wrote:
> # New Ticket Created by Will Coleda
> # Please include the string: [perl #46973]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=46973 >
>
>
> $ make tclsh
> ../../par
On Sunday 28 October 2007 06:33:04 James Keenan via RT wrote:
> Please try out corrected versions of two test files applied to trunk in
> r22548.
Both tests pass now.
-- c
Author: kjs
Date: Sun Oct 28 06:24:43 2007
New Revision: 22547
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
pdd19; remove word to fix grammar thing.
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
--- trunk/doc
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #46975]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46975 >
hi,
attached a patch which adds:
.macro_const as an alias for .constant
non-.pcc_ pr
On Oct 28, 2007, at 8:28 AM, Klaas-Jan Stol wrote:
hi, when building parrot it reported a warning about some variable
"string"
in string.c
When checking out, I saw this:
static const char *
nonnull_encoding_name(STRING *s)
{
char *string;
if (!s)
strcpy(string, "null string");
On 29/10/2007, Joshua Juran <[EMAIL PROTECTED]> wrote:
> On Oct 28, 2007, at 8:28 AM, Klaas-Jan Stol wrote:
>
> > hi, when building parrot it reported a warning about some variable
> > "string"
> > in string.c
> > When checking out, I saw this:
> >
> > static const char *
> > nonnull_encoding_name(
16 matches
Mail list logo