Closed yihozhang closed 3 months ago
So just to be clear, the goal for the PR after this is to not only have row/column for parsing but also when there is say an error running a rule or something? Or which types of errors do we hope to attach source information too?
@saulshanabrook Since the ASTs are annotated, technically we should be able to locate the source program location for every (runtime/compile time) error. This PR leaves this problem open though, since it has not got to the actual error reporting part, but I think what you described is the goal.
@ezrosent @oflatt Thanks for the feedback! I have got rid of the Ann
type parameter.
What this PR does:
CoreIR
, etc)What this PR does not do: