-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
conveycode/compiler/tokenizer/tokenizer.go
Lines 78 to 85 in 905686b
| for { | |
| s := cursor.ReadUntilFunc(func(c rune) bool { | |
| return c == quote && cursor.PeekPrev() != '\\' | |
| }) | |
| stream = append(stream, s...) | |
| break | |
| } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working