feat(editor): render Expr2::GlobalTag

This commit is contained in:
rvcas 2021-02-11 08:59:19 -05:00
parent cc81c6e5ba
commit eddc85a365
2 changed files with 37 additions and 5 deletions

View file

@ -303,11 +303,7 @@ fn run_event_loop(file_path_opt: Option<&Path>) -> Result<(), Box<dyn Error>> {
let region = Region::new(0, 0, 0, 0);
let (expr2, _) = crate::lang::expr::str_to_expr2(
&arena,
"\"hello\"",
&mut env,
&mut scope,
region,
&arena, "True", &mut env, &mut scope, region,
)
.unwrap();