Re: [perl #54182] [PATCH] languages/PIR build failures

2008-06-01 Thread chromatic
On Wednesday 14 May 2008 12:15:14 Moritz Lenz wrote: > Attached patch fixes the syntax errors that prevent languages/PIR to > build in r27508. > > Still the tests don't work, it seems partly because 'make' generates a > file pirc.pbc while the test harness expects a file pir.pbc. Thanks, applied

[perl #54182] [PATCH] languages/PIR build failures

2008-05-15 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #54182] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54182 > Attached patch fixes the syntax errors that prevent languages/PIR to build in r27508. St

Re: [PATCH] languages/PIR update pirgrammar.pod

2007-02-23 Thread chromatic
On Friday 23 February 2007 11:28, Klaas-Jan Stol wrote: > attached an update for languages/PIR/docs/pirgrammar.pod > The document languages/PIR/docs/pirgrammar.html should be removed from > the repository -- don't know how to do this. Then later, we can > generated it via the make file. Patch app

[PATCH] languages/PIR update pirgrammar.pod

2007-02-23 Thread Klaas-Jan Stol
hi, attached an update for languages/PIR/docs/pirgrammar.pod fixing: 0.1.3 * Updated short sub invocation for NCI invocations. * Added an example for |.globalconst|. * Added some remarks at section for Macros. * Added some remarks here and there, and fixe

[PATCH] languages/PIR

2007-02-17 Thread Klaas-Jan Stol
attached a patch for fixing * some things for parsing PASM instructions correctly * minor updates to pir.pg regards, kjs Index: languages/PIR/lib/pasm_args.pg === --- languages/PIR/lib/pasm_args.pg (revision 17016) +++ languages/PIR/

[PATCH] languages/PIR updates

2007-02-15 Thread Klaas-Jan Stol
hi, attached a patch for languages/PIR, fixing: * changed PIRGrammar into PIR::Grammar (changes many files) * updated pirgrammar.pod * updates to ASTGrammar.tg regards, kjs Index: languages/PIR/docs/pirgrammar.pod === --- languages

[PATCH] languages/PIR more Tree Transformations

2007-02-12 Thread Klaas-Jan Stol
hi attached a patch for lang/PIR fixing: * extended TGE, but far from complete * minor changes in .pg file regards, kjs Index: languages/PIR/lib/ASTGrammar.tg === --- languages/PIR/lib/ASTGrammar.tg (revision 16957) +++ languages/P

[PATCH] languages/PIR add command line options for output of pirc.pir (Parse/PAST/PIR)

2007-02-12 Thread Klaas-Jan Stol
hi, attached a patch for lang/PIR fixing: * add command line options to specify the kind of output: - parse only (used for tests currently) - PAST - PIR - parse and dump parse tree. (I stole the code from tge.pir) regards, kjs Index: languages/PIR/pirc.pir ===

[PATCH] languages/PIR fix string encoding, hex and binary numbers

2007-02-08 Thread Klaas-Jan Stol
hi attached a patch for languages/PIR fixing: * added optional "utf8:" encoding specifier (according to docs/imcc/syntax.pod) * fixed support for binary and hex. numbers * added test for these changes. regards, klaas-jan Index: languages/PIR/lib/pir.pg