H. William Welliver III <[EMAIL PROTECTED]> wrote: > The lexer/parser probably don't know about # constructs (they're > preprocessor syntax, not pike syntax), which results in invalid pike > syntax. I think the solution is probably to "preparse" the files to > remove # lines, just as a preprocessor would. > > > Is that difficult to work around? If you provide me enough information > > on where to look for the problem, i can try to manage it myself.
What about handling lines beginning with # as a comment? Maybe that's too much "quick and dirty". -- Bertrand _______________________________________________ pdt-devel mailing list [email protected] http://lists.riverweb.com/mailman/listinfo/pdt-devel
