charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

Eval function scope #23

Closed KCreate closed 8 years ago

KCreate commented 8 years ago

Should the eval function be run inside the same scope as the calling stack?

KCreate commented 8 years ago

The eval function will have access to the current scope.