From: Eric S. Raymond Date: Sun, 8 Oct 2006 06:19:28 +0000 (+0000) Subject: Refactored lexical analyzer into a scanner class. X-Git-Tag: 2.0~126 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=9cb2b7b1f79edde7e927a54b32c33d64973b7c67;hp=9cb2b7b1f79edde7e927a54b32c33d64973b7c67 Refactored lexical analyzer into a scanner class. This will make it easier to replace the parser, when we need to do that. ---