UNPKG

stream-token-parser

Version:

Token parser designed based on stream property. Accept chunk string and parse it into tokens simultaneously. [readme-lang:zh]基于流特性设计的token解析器,接受一个chunk的字符串,同时解析成tokens。

8 lines (6 loc) 76 B
'use strict'; module.exports = { WAIT: 2, MATCH: 1, QUIT: 0 };