Rough outline of something resembling a parser (again...)

This commit is contained in:
Eryn Wells 2017-04-15 21:01:28 -07:00
parent 9f1500c1b6
commit 594b3e44e1
5 changed files with 56 additions and 0 deletions

View file

@ -4,3 +4,5 @@ version = "0.1.0"
authors = ["Eryn Wells <eryn@erynwells.me>"]
[dependencies]
sibillexer = { path = "../lexer" }
sibiltypes = { path = "../types" }