READ-TOKEN refactoring
commitde647735821fa215d90b1278155c427742244721
authorTobias C Rittweiler <trittweiler@common-lisp.net>
Sat, 27 Dec 2008 17:41:41 +0000 (27 18:41 +0100)
committerTobias C Rittweiler <trittweiler@common-lisp.net>
Sat, 27 Dec 2008 18:48:28 +0000 (27 19:48 +0100)
tree61a03d62fc8b0268466b0586be82b979a9b185bd
parentd566a7af27b02d84633fa01c4f1a558b4206f47b
READ-TOKEN refactoring

* Split the automaton that validates and differentiates tokens into
  its own function PARSE-TOKEN-FROM-STREAM.

* Implement READ-TOKEN on top of PARSE-TOKEN-FROM-STREAM.
src/code/reader.lisp