moved namespaces to their own module

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

View file

@ -5,8 +5,6 @@ use logos::Span;
use crate::lexer::Token;
use self::error::SyntaxError;
pub mod check;
mod error;