Re: Pike 8.0 RC1
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> I like this idea but I think #something{ is a bit tricky. Probably
> better to have #[something]{ or similar to differentiate from
> #preprocessor directives.
I think it is not really needed, if we just allow nesting of the other
quotes.
That is, allow #{ #{#} #} (equal to " #{#} ").
Then it only matters if you have more than tree different unbalances
chunks of code to output nested in each other.
I thing that most likely will be a rather rare occurence.
--
Per Hedbor