This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
merge analyzer errors with static info #6
Closed
Description
The idea is that we use the same mechanism to report all errors. Currently analyzer errors don't hold a reference to the AstNode, so the integration is not trivial.
One option is to move away from storing static info per node (just store it by offset & length like the analyzer does). This might be OK since the codegen doesn't need all the static info, just some bits here and there.