reic 0.1.0

A compiler that just works
Documentation
[package]
name = "reic"
version = "0.1.0"
edition = "2021"
description = "A compiler that just works"
license-file = "LICENSE"
authors = ["Jason Qin"]

[dependencies]
chumsky = "0.8.0"
serde = "1.0"
serde_yaml = "0.9.0"
serde_derive = "1.0.137"
logos = "0.12.0"
log = "0.4.17"
lazy_static = "1.4.0"
rayon = "1.5.3"
simple_logger = "2.2.0"
derive-new = "0.5"