robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

Eliminate module sicl-hir-interpreter. #180

Closed robert-strandh closed 4 years ago

robert-strandh commented 4 years ago

The module named sicl-hir-interpreter is no longer used. It has been replaced by the module sicl-hir-evaluator. Therefore, the module sicl-hir-interpreter should be removed.

robert-strandh commented 4 years ago

Done!