masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
27 stars 1 forks source link

Remove module NotYetImplemented #345

Closed masak closed 3 years ago

masak commented 3 years ago

This module is not being used anywhere at this point, and only exports a function which returns an empty list anyway.

Cause for celebration, that there are no NYI features left to keep track of!