lang: basic parser

This commit is contained in:
Schrottkatze 2024-04-03 00:08:00 +02:00
parent ae86ae29ab
commit ca84af4e1b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
11 changed files with 362 additions and 33 deletions

View file

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