mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

Need a way to specifiy a REQUIRE during compilation #99

Open mitra42 opened 3 years ago

mitra42 commented 3 years ago

At the moment, doing REQUIRE during compilation fails, because not using SOURCE-ID to feed data to it.

This might be fixable by changing how interpret feeds multiple lines to interpreter OR by how REQUIRE works OR by a parameter passed.