Changelog for language-rust-0.1.0.0
Revision history for language-rust
0.1.0.0 -- YYYY-mm-dd
- First version. Released on an unsuspecting world.
 - Parser module (using Alex and Happy)
 - Pretty printing module (using Wadler's prettier)
 - Resolving module for validating ASTs
 - Unit testsuite
 - Difference testsuite
 - Benchmarks