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)
commit9cb2b7b1f79edde7e927a54b32c33d64973b7c67
tree9f166700182e3160d665e03a106c8916802b82c6
parentf2195375b414a35bf427ef1bfc6f92e735a1eea7
Refactored lexical analyzer into a scanner class.

This will make it easier to replace the parser, when we need to do that.
src/sst.py