Skip to content

Commit

Permalink
Upload latest offline version (1.1.5) (part 2)
Browse files Browse the repository at this point in the history
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
milochristiansen authored Nov 13, 2017
1 parent a7b02b3 commit 912ce85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@ noise, each change listed here will list the files I modified for that change.
single person teams, where the only important use is rolling back bad changes and such)


* * *

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)

* * *

1.1.4
Expand Down

0 comments on commit 912ce85

Please sign in to comment.