Skip to content
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 14 Dec 14:55
· 569 commits to main since this release
62f9e4a

Features

Fixes

  • do not panic when creating HIR from a parse tree with syntax errors - goto-bus-stop, pull/381

    When using the compiler, nodes with syntax errors in them are ignored. As syntax errors are returned
    from the parser, you can still tell that something is wrong. The compiler just won't crash the whole
    program anymore.