Jeremy Wall 54faeede5e FEATURE: Imports as expressions.
This is a breaking change for the language. However it makes a number of things
easier. Like importing specific symbols from a file.

adds: #28
2019-01-13 14:10:43 -06:00

4 lines
138 B
Plaintext

let test_mod = module{} => {
let imported = (import "./test_import.ucg").val;
let script = include str "../include_example.sh";
};