[package] name = "slam" version = "0.1.0" authors = ["Jack "] edition = "2018" description = "simple statically typed functional language" repository = "https://github.com/jchoi5me/slam" license = "MIT" [dependencies] structopt = "0.2" regex = "1"