Rust implementation of a parser project originally written in C.
Based on these project instructions: https://github.com/dempseyucla/232_CILISP/tree/master
Can either parse a file or stdin.
Run with cargo run [filepath]
Run tests with cargo test