Files are still fairly independent, and imports don't work yet.
The parser should "combine" all the input files before evaluating anything.
Also see #104
The easy solution here is to literally combine all the source strings into one big string, but #103 would be a significantly better solution. (Also makes it easier to let individual files fail.)
Files are still fairly independent, and imports don't work yet.
The parser should "combine" all the input files before evaluating anything.
Also see #104
The easy solution here is to literally combine all the source strings into one big string, but #103 would be a significantly better solution. (Also makes it easier to let individual files fail.)