pc2 / sus-compiler

A new Hardware Design Language that keeps you in the driver's seat
GNU General Public License v3.0
70 stars 4 forks source link

Namespaces #12

Open VonTum opened 1 month ago

VonTum commented 1 month ago

Ability to declare and use namespaces. Be it through the folder structure, or some Rust-like mod system

myPackage::this::that::myModule md