Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] heredoc scanner help

hello all -

  just a quick update...

  i've managed to get heredoc scanning working for the simple case of:

    <<EOF;
    blah
    EOF

  and the slightly more complex case of:
 
    <<EOF . "foo";
    blah
    EOF

  stacking heredoc, however,

    <<THIS, <<THAT
    this
    THIS
    that
    THAT

  is still giving me some problems. if i can't figure it out in another day or so, i'll clean up what i have and submit for a larger audience.

--
-jae

Back to the top