Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
14 stars 2 forks source link

Scoping Fixes #98

Closed AtomCrafty closed 1 year ago

AtomCrafty commented 1 year ago

This PR fixes a bunch of minor issues with the scope resolution logic and related error reporting.

As a small bonus, it also includes preliminary support for bitwise operators in constant expressions for #97.