dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
136 stars 5 forks source link

fix: don't recurse in debug implementation for environment #148

Closed sebffischer closed 3 months ago

sebffischer commented 3 months ago

The builtin environment's functions contain the builtin environment

Resolves Issue #147

dgkf commented 3 months ago

Thanks! This constantly catches me too - I just never took the time to clean it up. Thanks for taking the initiative :+1: