ruschm 0.2.0

Scheme(R7RS-small) interpretor/compiler rust implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
pub mod error;

#[macro_use]
pub mod parser;
#[macro_use]
pub mod interpreter;
pub mod environment;
pub mod io;
pub mod library_factory;
pub mod repl;
pub mod values;