Add support for smaller signed integers.

This commit is contained in:
Scott Olson
2016-03-13 01:43:28 -06:00
parent c1edb9f978
commit 6b4d2b11a6
4 changed files with 80 additions and 60 deletions

View File

@@ -7,3 +7,4 @@ extern crate syntax;
pub mod interpreter;
mod memory;
mod primval;