Skip to content

v1.1.5

Choose a tag to compare

@milochristiansen milochristiansen released this 13 Nov 06:52
· 39 commits to master since this release
912ce85

And, another stupid little bug.

  • Constructs similar to the following [=[]==]]=] were not working properly. The lexer was not properly constructing the lexeme, and it would return the wrong number of equals signs and it would eat the last square bracket. As a bonus I greatly simplified the string lexing code. (ast/lexer.go)