Implement recursive compilation of needed dependencies (like the javac compiler).
If A.cd relies on B.cdo and B.cd is found in the object path, then B.cd is compiled automatically.
tests/loader/A.cd
0 → 100644
tests/loader/B.cd
0 → 100644
tests/loader/C.cd
0 → 100644
tests/loader/D.cd
0 → 100644
Please register or sign in to comment