tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

handle nested require() calls #43

Open tonylukasavage opened 10 years ago

tonylukasavage commented 10 years ago

In addition to supporting require() on local files in #42, we should work on handling nested requires. This could be a seriously tricky issue as it will be time consuming to AST parse everything pulled in via require, and I don't want it to kill the dev experience. We'll need to have some discussion about this one before diving in.