Move lexer to use regex instead of hand-rolled lexing

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-04-27 19:50:46 -04:00
parent 58421a0469
commit ce97d90f9d
6 changed files with 147 additions and 180 deletions

View File

@@ -10,3 +10,4 @@ edition = "2018"
snafu = "0.6.6"
lazy_static = "1.4.0"
maplit = "1.0.2"
regex = "1.3.7"