Commit History

Author SHA1 Message Date
  JINMEI Tatuya d52186367e [2506] supported NUMBER in getNextToken() with expected type 12 years ago
  JINMEI Tatuya b991213a38 [2506] added another version of getNextToken, basic part 12 years ago
  JINMEI Tatuya c6c7cdee40 [2506] rename: MasterLexer::Token to MasterToken. 12 years ago
  JINMEI Tatuya 00256ac162 [2375] a few trivial comment updates (fixing copy-paste errors) 12 years ago
  JINMEI Tatuya d25ef0869f [2375] cleanup: removed an unused function 12 years ago
  Michal 'vorner' Vaner b3bcbf0497 [2375] Eliminate fake states 12 years ago
  Michal 'vorner' Vaner 5934fc7661 [2375] Cover the getNextToken with tests without fakes 12 years ago
  Michal 'vorner' Vaner 644d7aaedf [2375] Simplify the state transition design pattern 12 years ago
  JINMEI Tatuya 5069933d08 [2375] fixed a typo in a comment 12 years ago
  JINMEI Tatuya 6b846ec5ed [2375] some style matters: mostly about constness, and folded a long line. 12 years ago
  Michal 'vorner' Vaner 907061f81b [2375] Handle EOF after unbalanced parentheses 12 years ago
  Michal 'vorner' Vaner 0c0888ef6a [2375] Remove exception handling from getNextToken 12 years ago
  JINMEI Tatuya 23b2fe710b [2375] grammar/typo fixes in comments/doc 12 years ago
  Michal 'vorner' Vaner 3792c2bf3c [2375] Clarify comment 12 years ago
  Michal 'vorner' Vaner f9a8f7668e [2375] Use safety measures 12 years ago
  Michal 'vorner' Vaner 99aed51b37 [2375] Test ungetting after EOF 12 years ago
  Michal 'vorner' Vaner 12aac74652 [2375] Check an unbalanced parenthesis is detected 12 years ago
  Michal 'vorner' Vaner be89b811e8 [2375] Don't restore internal token on ungetToken 12 years ago
  Michal 'vorner' Vaner 6131e5b395 [2375] Provide weak exception guarantee 12 years ago
  Michal 'vorner' Vaner bc474e2398 [2375] Implement ungetting tokens 12 years ago
  Michal 'vorner' Vaner 0287ca83ae [2375] Tests for ungetting tokens 12 years ago
  Michal 'vorner' Vaner 33a3143ca0 [2375] Check we don't read past the end 12 years ago
  Michal 'vorner' Vaner 200ed42600 [2375] Implement basic getNextToken 12 years ago
  Michal 'vorner' Vaner 9d2bab2003 [2375] Tests for simple versions of getToken 12 years ago
  Michal 'vorner' Vaner 1c14515cc6 [2375] A fake state class 12 years ago
  JINMEI Tatuya 282cb2ff2e [2371] more comment wording adjustments 12 years ago
  JINMEI Tatuya 7a72794ffa [2371] catch an error in opening a source file and gives feedback to caller. 12 years ago
  JINMEI Tatuya f15deef54e [2371] adjusted test name/comment to match the method name change of open/close 12 years ago
  JINMEI Tatuya b2fe684c2f [2371] renamed open/close() {push,pop}Source() as suggested in review. 12 years ago
  Mukund Sivaraman 29a6cb5fb2 [2371] Make minor comment updates 12 years ago