Whitest Space
Himalaya now parses whitespace correctly. Previously only spaces " "
were recognized as whitespace by the lexer. Now anything deemed whitespace by the RegExp metacharacter \s
is considered whitespace.
The issue with this was opened in #42.