Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload latest offline version (1.1.5) (part 2)
1.1.5 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)
- Loading branch information