update/extension to lexer, bug fixes to module importing

This commit is contained in:
Mark Thom
2018-04-13 18:44:23 -06:00
parent ed9cca0750
commit ff6e58e987
9 changed files with 654 additions and 111 deletions

View File

@@ -1,12 +1,10 @@
[package]
name = "rusty-wam"
version = "0.7.6"
version = "0.7.7"
authors = ["Mark Thom"]
[dependencies]
lazy_static = "0.2"
num = "0.1"
regex = "0.2.1"
ordered-float = "0.5.0"
downcast = "0.9.1"