lang: lexer

This commit is contained in:
Schrottkatze 2024-03-08 12:34:09 +01:00
parent d79383a7df
commit 98850ee1e9
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
6 changed files with 231 additions and 1 deletions

1
crates/lang/src/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod tokens;