mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
intern
This commit is contained in:
parent
d3846e3357
commit
77e18126e7
9 changed files with 312 additions and 129 deletions
|
|
@ -15,5 +15,7 @@ fn main() {
|
|||
printer.translation_unit(&ast).unwrap();
|
||||
println!("// END CODE -------------------");
|
||||
|
||||
let _ = analysis::lower_translation_unit(&ast);
|
||||
let arena = bumpalo::Bump::new();
|
||||
|
||||
let _ = analysis::lower_translation_unit(&arena, &ast);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue