Add basic lexer

This commit is contained in:
Guilherme Werner
2024-02-26 18:20:56 -03:00
parent b3b3ca5159
commit 4dd77025c3
5 changed files with 236 additions and 0 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "language"
version = "0.1.0"