Skip to content
Snippets Groups Projects

Draft: Interpreter, Tests, Debug Info, Misc.

Closed Xavier Routh requested to merge debug_info into main
Compare and
46 files
+ 2862
275
Compare changes
  • Side-by-side
  • Inline
Files
46
+ 2
1
use std::collections::HashMap;
use std::{collections::HashMap, marker::PhantomData};
use crate::*;
use crate::*;
@@ -416,6 +416,7 @@ impl<'a> Builder<'a> {
@@ -416,6 +416,7 @@ impl<'a> Builder<'a> {
return_type,
return_type,
nodes: vec![Node::Start],
nodes: vec![Node::Start],
num_dynamic_constants,
num_dynamic_constants,
 
debug_info: None,
});
});
Ok((id, NodeID::new(0)))
Ok((id, NodeID::new(0)))
}
}
Loading