lang: funky basic error reporting stuff

This commit is contained in:
Schrottkatze 2024-04-03 17:00:20 +02:00
parent ae60db7721
commit 84448af714
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
8 changed files with 122 additions and 18 deletions

View file

@ -1,5 +1,3 @@
pub mod err_reporting;
pub mod parser;
pub mod tokens;
pub mod err_reporting {
pub struct GlobalReporter {}
}