Skip to content

Whitest Space

Compare
Choose a tag to compare
@andrejewski andrejewski released this 10 Jun 19:42
· 63 commits to master since this release

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.