drwhut/decision

Introduce standard libraries.

Opened this issue · 1 comments

Introduce standard libraries.

We should follow Lua's method of first checking the compiler-defined paths to see if the library exists, and if it isn't there, check the environment variable paths.

As well as loading Decision source and object files, it should also be able to load dynamic libraries.

Windows: LoadLibrary
Linux: dlopen