move expect running logic into repl_expect

This commit is contained in:
Folkert 2022-07-26 21:15:16 +02:00
parent 37786f1a09
commit 64c2d8d87e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 367 additions and 306 deletions

View file

@ -11,6 +11,7 @@ use roc_target::TargetInfo;
use roc_types::subs::{Subs, Variable};
mod app;
pub mod run;
use app::{ExpectMemory, ExpectReplApp};