1. 03 Mar, 2010 1 commit
    • dickelbeck's avatar
      ++common · 2decdbdd
      dickelbeck authored
        * DSNLEXER now owns an abstract LINE_READER by pointer so that polymorphism
          can be used in alternative LINE_READERS.
        * Write FILE_LINE_READER and STRING_LINE_READER.  The latter can be used
          to parse text coming from the clipboard or other string source.
      
      2decdbdd
  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 4 commits
    • 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
    • charras's avatar
      minor changes · 8be3abc1
      charras authored
      8be3abc1
    • charras's avatar
      changelog update · 41a6a002
      charras authored
      41a6a002
    • charras's avatar
      94fd2b3c