Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stage1: AstNodes cannot be casted, but are rather accessed via a union.
Unlike IrInstruction[Foo]s, which all start with: IrInstruction base; AstNodes do not work like this, and instead use a pointer to their specializations. The code assumed otherwise.
- Loading branch information