rustemo icon indicating copy to clipboard operation
rustemo copied to clipboard

attach locations to parsed tokens

Open jackdotink opened this issue 1 year ago • 4 comments

After initial syntax parsing is complete, it's often desired to run lints, type checking, variables existing, etc on the AST. To create errors for these, tokens need to have attached locations.

jackdotink avatar Dec 22 '23 21:12 jackdotink