first test sort-of passes

This commit is contained in:
Aleksey Kladov 2019-01-31 17:16:02 +03:00
parent be03aa5ee7
commit 5934738854
8 changed files with 218 additions and 43 deletions

View file

@ -1,5 +1,6 @@
use crate::tt;
#[derive(Clone)]
pub(crate) struct TtCursor<'a> {
subtree: &'a tt::Subtree,
pos: usize,