8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
// TODO: LETTER, WORD, etc.
|
|
|
|
//
|
|
// Whitespace
|
|
//
|
|
WS_INLINE: /[ \t\xa0]/+
|
|
WS: /[ \t\xa0\f\r\n]/+
|