Re: [perl #18856] [PATCH] imcc: namespaces, minor fixes

2002-12-05 Thread Leopold Toetsch
Steve Fink wrote: On Dec-04, Leopold Toetsch wrote: The engine I'm referring to is the one checked into languages/regex, although at the moment it may not work straight out of there (try a 'make test'). Ah yes - works fine. Thanks for your explanation leo

Re: [perl #18856] [PATCH] imcc: namespaces, minor fixes

2002-12-05 Thread Steve Fink
On Dec-04, Leopold Toetsch wrote: > Steve Fink (via RT) wrote: > > >so that I can just use 'rx_pos' within my (possibly nested) namespace. > > > >So that's what this patch implements. A .local > >directive now creates a variable named :: > >(or just at the top level), > > Looks ok too. If no

Re: [perl #18856] [PATCH] imcc: namespaces, minor fixes

2002-12-04 Thread Leopold Toetsch
Steve Fink (via RT) wrote: - The .local directive requires a type. I fixed the documentation. - The lexer allows an optional dot in front of a parrot op or identifier, but then seems to assume that the dot is not there. So I took it off. - A few trivial things: parenthesized a macro arg for s

[perl #18856] [PATCH] imcc: namespaces, minor fixes

2002-12-03 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #18856] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18856 > Here's a patch with a few minor fixes and one new feature. It requires some discussion (or