Factor FSM out of READ-TOKEN into PARSE-TOKEN-FROM-STREAM.
commiteda06a3b764aa1199c53c54f6832ecb351aa1438
authorTobias C Rittweiler <trittweiler@common-lisp.net>
Wed, 24 Dec 2008 14:34:57 +0000 (24 15:34 +0100)
committerTobias C Rittweiler <trittweiler@common-lisp.net>
Wed, 24 Dec 2008 14:34:57 +0000 (24 15:34 +0100)
tree30a9006953766b0651ec4339397ea7703bcf8f13
parentbe52601c40950e4f47889482a78a88484e10484b
Factor FSM out of READ-TOKEN into PARSE-TOKEN-FROM-STREAM.

Rewrite READ-TOKEN to call PARSE-TOKEN-FROM-STREAM.
src/code/reader.lisp