made the lexer

This commit is contained in:
afonya2 2025-04-23 21:04:09 +02:00
commit d294a06820
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
6 changed files with 259 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "ASL"
version = "0.1.0"
edition = "2021"
[dependencies]