Skip to content

Commit 912ce85

Browse files
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)
1 parent a7b02b3 commit 912ce85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,16 @@ noise, each change listed here will list the files I modified for that change.
224224
single person teams, where the only important use is rolling back bad changes and such)
225225

226226

227+
* * *
228+
229+
1.1.5
230+
231+
And, another stupid little bug.
232+
233+
* Constructs similar to the following `[=[]==]]=]` were not working properly. The lexer was not properly constructing the
234+
lexeme, and it would return the wrong number of equals signs and it would eat the last square bracket. As a bonus I
235+
greatly simplified the string lexing code. (ast/lexer.go)
236+
227237
* * *
228238

229239
1.1.4

0 commit comments

Comments
 (0)