Re: New pmc syntax for HLLs.

2005-11-19 Thread Roger Browne
Will Coleda wrote: > 'pmclass' now takes two additional flags ... > (Roger: you should steal this syntax for your Amber PMCs. =-) Thanks Will. Consider it stolen! I see that you only handle one 'maps' directive per PMC. I think some PMCs will use more. Consider a HLL that doesn't have any specia

Re: New pmc syntax for HLLs.

2005-11-18 Thread Chip Salzenberg
On Fri, Nov 18, 2005 at 10:23:24AM -0500, Will Coleda wrote: > pmclass TclString extends TclObject extends String dynpmc group > tcl_group hll Tcl maps String { ... } Nice improvisation on an existing theme. One of these months I'll get around to making op and pmc definitions less clunky. Mean

New pmc syntax for HLLs.

2005-11-18 Thread Will Coleda
In trying to bring Tcl up to date with PDD20 and avoid the deprecation of newsub, that led me to having to implement TclLexPad (which would correspond to the new LexPad base type. The PDD says this happens automatically, but: Leo pointed out that while Tcl is using the '.HLL' directive, ...