charly-lang / charly

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

Dynamically lookup filenames in the std-lib folder #77

Closed KCreate closed 7 years ago

KCreate commented 7 years ago

Currently we have a table that maps a module name to a given filename. See: https://nodejs.org/api/modules.html

KCreate commented 7 years ago

Refactored via #81