On 13 April 2010 05:18, James Paige <[email protected]> wrote: > On Sun, Apr 11, 2010 at 10:09:33AM -0700, [email protected] > wrote: >> teeemcee >> 2010-04-11 10:09:33 -0700 (Sun, 11 Apr 2010) >> 489 >> HSpeak now remembers the line and column of every token, so it can print >> better error messages. >> >> Rewrote include handling. Rather than special handling of include lines, >> filenames should be enclosed in quotes if they contain spaces, etc. > > Isn't that still special handling? (the quotes I mean)
They are just normal strings, so there's no special handling by the lexer, which is what I meant. >> Also, instead of the mangled source.txt lump, the original source files are >> now lumped into the source.lumped lump, but with newlines changed to LF. > > This is slick. I like it much better than the old way :) > > --- > James > _______________________________________________ > Ohrrpgce mailing list > [email protected] > http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org > _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
