Start work on lexer for macro language

This commit is contained in:
2024-04-28 18:13:54 -07:00
parent 4363fd04ac
commit 669bcbfcb7
4 changed files with 383 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
codepage-437 = "0.1.0"
nom = "7.1.3"