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

Imports #84

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

This PR includes both exports and imports, but not modules. Imports can be used in the following ways:

import file

import file::field

import folder/file::field

import folder/file::*

import file::(a, b)