Namespaces Redux

2006-06-28 Thread Matt Diephouse
I've started implementing namespace support in Tcl this week (yay!). But I've run into a bit of trouble, so I have a couple questions: The get_namespace opcode gets namespaces from the root namespace. Should it get namespaces from the HLL namespace instead? The PDD isn't explicit either way, but

Re: Pm's YAPC::NA talk online

2006-06-28 Thread Jonathan Scott Duff
I'm no expert, but I'll hazard some answers: On Wed, Jun 28, 2006 at 04:26:45AM -0500, João Cruz Morais wrote: > I'm new to Parrot but reading from your slides if I understood correctly: > - PGE parses input according to a grammar and produces a derivation tree. > - TGE transforms the parse tree

Re: Pm's YAPC::NA talk online

2006-06-28 Thread chromatic
On Wednesday 28 June 2006 02:26, João Cruz Morais wrote: > With that said I have some questions (i'm sorry if they were answered > already somewhere): > - Whats the point of using PGE+TGE over the good old LEX+YACC besides the > better regexps? Transforming trees with real objects is a lot easier

Re: Pm's YAPC::NA talk online

2006-06-28 Thread João Cruz Morais
Hi there! I'm new to Parrot but reading from your slides if I understood correctly: - PGE parses input according to a grammar and produces a derivation tree. - TGE transforms the parse tree into an abstract syntax tree. With that said I have some questions (i'm sorry if they were answered alread

[perl #39638] [PATCH]38594

2006-06-28 Thread via RT
# New Ticket Created by Vishal Soni # Please include the string: [perl #39638] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39638 > Hi, This was a straight forward fix. The line number was being decremented at the start