0.1.1 • Published 9 years ago
tokenstream v0.1.1
tokenstream
... provides an asynchronous tokenizer (stream scanner) powered by Node Streams 2 Transform stream. Creates a stream of Token objects from character input stream.
Installation
npm install tokenstream --saveHow to use
Please refer to the documentation.