Move the lexer to its own sibillexer module
Lots of failing tests right now, unfortunately. :(
This commit is contained in:
parent
cea63e8e8e
commit
fc947280ae
9 changed files with 264 additions and 244 deletions
7
lexer/Cargo.toml
Normal file
7
lexer/Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "sibillexer"
|
||||
version = "0.1.0"
|
||||
authors = ["Eryn Wells <eryn@erynwells.me>"]
|
||||
|
||||
[dependencies]
|
||||
sibiltypes = { path = "../types" }
|
Loading…
Add table
Add a link
Reference in a new issue