moved namespaces to their own module

This commit is contained in:
Schrottkatze 2023-11-18 19:10:28 +01:00
commit 03412ce8cd
9 changed files with 326 additions and 304 deletions

View file

@ -1,5 +1,6 @@
mod builtins;
mod lexer;
mod namespace;
mod syntax;
fn main() {}