Skip to content
Compare
Choose a tag to compare
@lrlna lrlna released this 24 May 10:26
· 670 commits to main since this release
5d977cd

0.2.6 - 2022-05-24

Fixes

  • lex escaped characters in StringValue tokens - bnjjj, pull/228 closes issue/227, issue/229

    StringValues with correctly escaped quotation marks, e.g. { name(id: "\"escaped\"") }
    would error and not lex correctly. Additionally, invalid escapes in string
    values, e.g. { name(id: "escaped \a") } should have an error created in the
    lexer. Both issues are fixed, and correctly bubble up to the parser.