language-lua v0.4.5 Release Notes

    • ๐Ÿ›  Fixed a bug that made lexer accept invalid escape sequences in strings.
    • ๐Ÿ“œ Strings are now interpreted -- string "\n" is now parsed to Haskell string "\n", instead of "\\n".
    • ๐Ÿ›  Fixed character code parsing.