update token type

This commit is contained in:
Mark Thom
2018-01-12 22:26:57 -07:00
parent b5844eaf19
commit 20972f18c2
4 changed files with 14 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ use prolog::codegen::*;
use prolog::heapview::*;
use prolog::fixtures::*;
mod machine_state;
pub(crate) mod machine_state;
use std::collections::HashMap;
use std::ops::Index;