This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Description
- rename
runtime to RuntimeLibrary
- embed the runtime library as a "resource" in the compiler and have it emitted as part of the compilation so that the runtime library version matches that of the generated code
For resources, the idea is to have an argument flag that allows you to specify resource files that will be included in the executable and be accessible through some kind of resource system calls.