gluon v0.15.0 Release Notes

Release Date: 2020-06-06 // almost 4 years ago
  • ๐Ÿ› Bug Fixes

    • Allow bitoperations to be deserialized (ed36ed9c)

    ๐ŸŽ Performance

    • Strategically inline comment productions (78e733e7)
    • ๐Ÿ“‡ Shrink the metadata stored in the AST (842c1080)
    • Use T::Generics in AliasData (4cb575fa)
    • ๐Ÿ“œ Shrink the symbol type in the parser (a8fc8f39)

    ๐Ÿ”‹ Features

    • Accept multiple lines on incomplete repl input (47318399, closes #830)