Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

Eliminate unused variables #148

Closed Idorobots closed 3 years ago

Idorobots commented 3 years ago

After lambda inlining there is a real possibility that some definitions become unused. These can be optimized out.