wordMAP-lexer
A lexical tool for wordMAP
The lexer provides tools generating tokens which can be fed into WordMAP.
Install
npm i wordmap-lexer
Usage
require Lexer, from 'wordmap-lexer'; ;// produces tokens "hello" and "world". ;// produces tokens "hello", ",", and "world".