1. 03 Mar, 2010 4 commits
  2. 02 Mar, 2010 6 commits
  3. 01 Mar, 2010 7 commits
  4. 28 Feb, 2010 3 commits
  5. 26 Feb, 2010 4 commits
  6. 25 Feb, 2010 2 commits
  7. 24 Feb, 2010 3 commits
  8. 23 Feb, 2010 2 commits
  9. 22 Feb, 2010 3 commits
  10. 21 Feb, 2010 5 commits
  11. 20 Feb, 2010 1 commit
    • dickelbeck's avatar
      DSNLEXER now supports: · 6700c604
      dickelbeck authored
          1)  nested quotes.  This is in anticipation of broader usage of the
              file type/syntax.  A string like this in the file:
                  "my ""favorate"" string"
              can be returned as
                  my "favorite" string
          2)  CommentsAsTokens is implemented, so you can ask the lexer to return
              comments as tokens, so they can be preserved.  The default is to ignore
              them.  A comment is defined as any line that has # as its first
              non-blank character.  (This means comments cannot follow anything else
              on a line.)
      6700c604