Add parser and AST, remove some stuff from lexer

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-04-27 20:17:16 -04:00
parent ce97d90f9d
commit 28d29c2270
8 changed files with 340 additions and 56 deletions

View File

@@ -9,5 +9,4 @@ edition = "2018"
[dependencies]
snafu = "0.6.6"
lazy_static = "1.4.0"
maplit = "1.0.2"
regex = "1.3.7"