FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Automatically detect and load intrinsics (standard library functions that should be included by default) #26

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

This can be done by modifying LexicalScope.resolve_propagate() to lookup names of standard library functions using a match statement if the name is not found in the existing scope - might require changing globals to a different type