Module jslex
JsLex: a lexer for Javascript
source linkClasses
Functions
▶ def literals(choices, prefix="", suffix="") Create a regex from a space-separated list of literal `choices`.
If provided, `prefix` and `suffix` will be attached to each choice
individually.
What actually happens is that all the regex literals are replaced with
"REGEX".
Reexports