1. 04 Jan, 2012 6 commits
  2. 10 Oct, 2011 1 commit
  3. 01 Oct, 2011 1 commit
  4. 30 Sep, 2011 11 commits
  5. 29 Sep, 2011 4 commits
  6. 15 Jul, 2011 1 commit
  7. 14 Jul, 2011 2 commits
  8. 12 Jul, 2011 10 commits
  9. 11 Jul, 2011 2 commits
  10. 07 Jul, 2011 2 commits
    • Pieter Noordhuis's avatar
      Basic error facility · 3c378b84
      Pieter Noordhuis authored
      3c378b84
    • Pieter Noordhuis's avatar
      States for positive/negative integers · 3672c746
      Pieter Noordhuis authored
      This enables the parser to bail out on the first character that causes
      an overflow instead of checking for an overflow on the LF character.
      Doing this without separate states requires too much branching in the
      main loop that consumes integers (positive/negative overflow boundaries
      are different).
      3672c746