Refactored lexical analyzer into a scanner class.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 8 Oct 2006 06:19:28 +0000 (06:19 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 8 Oct 2006 06:19:28 +0000 (06:19 +0000)
This will make it easier to replace the parser, when we need to do that.


No differences found