hllhnd / loki

The Loki Build System
GNU General Public License v3.0
5 stars 3 forks source link

Better Organisation of Tools #10

Open zoolq opened 1 year ago

zoolq commented 1 year ago

Hey, since this Project is supposed to grow quite big I would propose to organize the different aspects a bit more. For once I would propose the organisation of the different aspects (CLI parsing, compiling, ...) into different crates and organize the whole project as a workspace. This creates a overall cleaner project and enables a more modular codebase creating easier scaling.