Commit History

Author SHA1 Message Date
  JINMEI Tatuya 3ce2efa154 [2372] even further simplification of option handling 12 years ago
  JINMEI Tatuya 36c280eef8 [2372] further simplification: don't need to save/restore options. 12 years ago
  JINMEI Tatuya 6e50ccbf96 [2372] simplification: we actually don't need END_OF_LINE option. 12 years ago
  JINMEI Tatuya 0c5e6acbe2 [2372] handle crlf class 12 years ago
  JINMEI Tatuya 54ac6712c9 [2372] make sure last_was_eol becomes false in EOF even with an error 12 years ago
  JINMEI Tatuya cfc02b5aba [2372] cleanup: we now don't need to pass options to state::handle() 12 years ago
  JINMEI Tatuya 5fd8dced29 [2372] localize disabling options in (); we can do this without mutable state. 12 years ago
  JINMEI Tatuya c1799647fc [2372] handle comments in the start state 12 years ago
  JINMEI Tatuya 9fcdf4d524 [2372] handle non-closed parenthesis error. 12 years ago
  JINMEI Tatuya 182de87a7f [2372] handle unbalanced parentheses. 12 years ago
  JINMEI Tatuya d4902d224c [2372] covered a minor case of initial_ws after skipping a newline 12 years ago
  JINMEI Tatuya a5767f8d4e [2372] internal refactoring: pass original options at the time of start 12 years ago
  JINMEI Tatuya 65fee8d161 [2372] more parentheses support 12 years ago
  JINMEI Tatuya 5044adfc3d [2372] use the END_OF_STREAM constant instead of hardocded condition of '< 0' 12 years ago
  JINMEI Tatuya 65fffc8b28 [2372] more conflict resolution 12 years ago
  JINMEI Tatuya 8baae42823 [2372] initial parentheses support 12 years ago
  JINMEI Tatuya d6ed107c38 [2372] handled spaces. 12 years ago
  JINMEI Tatuya 150c7dbba7 [2372] lexer state classes, some initial defs and tests 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 b2fe684c2f [2371] renamed open/close() {push,pop}Source() as suggested in review. 12 years ago
  JINMEI Tatuya 5654a07319 [2371] use the real InputSource class instead of the temporary fake version. 12 years ago
  JINMEI Tatuya 213e364291 [2371] define and initialize Token for the lexer. 12 years ago
  JINMEI Tatuya 7064994700 [2371] catch NULL filename 12 years ago
  JINMEI Tatuya 1f1131d4f9 [2371] supported close() method 12 years ago
  JINMEI Tatuya b237d10894 [2371] supported open(filename) method 12 years ago
  JINMEI Tatuya 24e75ceec0 [2371] implemented initial framework of MasterLexer and some methods 12 years ago
  JINMEI Tatuya 844348f6a9 [2370] separate error type token to support error code 12 years ago