ruricolist / vernacular

Module system for languages that compile to Common Lisp
MIT License
59 stars 3 forks source link

Tree shaking? #6

Closed ruricolist closed 4 years ago

ruricolist commented 5 years ago

Since Vernacular's module system is lexical, it should be possible to traverse the graph of imports and eliminate unused functions from modules.