dut-lang/dut

Import/Include statement

ecanuto opened this issue · 0 comments

Implement a statement to includes and evaluates external scripts and libraries. We can take a look at Dart, PHP and Python to see how they handle it.

Dut implements dofile function but it acts on runtime, we must implement inclusion on compilation time so it will works also with precompiled byte code.