grain icon indicating copy to clipboard operation
grain copied to clipboard

Compiler: Cache parsetrees from dependency resolution

Open ospencer opened this issue 4 years ago • 0 comments

See also https://github.com/grain-lang/grain/pull/590

We currently read and parse a file to determine its dependencies, and have to read and parse it again later when compiling. We should be able to reuse them.

ospencer avatar Apr 19 '21 03:04 ospencer