UnionCompilerDesign / compiler_core

The core of the compiler, runtime, and builder setup.
MIT License
1 stars 1 forks source link

Entry Points - Directories of Files 🝙 #108

Open CalebLItalien opened 1 month ago

CalebLItalien commented 1 month ago

Details

The current implementation of reading files by the compiler allows for only one file to be compiled at a time. Add a Directory structure that allows us to host multiple Modules in one place.

Issue Type

Requirements

Notes