Lel-Language / Lisp-esque-language

đź’ The Lel programming language
MIT License
27 stars 2 forks source link

Improvement: Define recursive function findBasePath explicitly #37

Closed osaatcioglu closed 7 years ago

osaatcioglu commented 7 years ago

It doesn’t look like findBasePath is defined. But it works even though I sometimes get a runtime error for that. Yet, I defined the function explicitly.

francisrstokes commented 7 years ago

Ha that's interesting! I changed to used a non private naming convention (starting with an _). Thanks!