How to associate additional data with inputs/tracked/interned objects
gavrilikhin-d opened this issue · 0 comments
gavrilikhin-d commented
I want to store location information separately from AST for better incremental compilation support. So now I need some way to associate AST nodes with their locations. How to do it?