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.
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.