start pretty printer

This commit is contained in:
nora 2022-07-02 22:22:32 +02:00
parent d90e21e06c
commit 68258a9a95
10 changed files with 604 additions and 299 deletions

View file

@ -402,7 +402,7 @@ where
Ok((
ExternalDecl::FunctionDef(FunctionDef {
declaration,
decl: declaration,
body: Vec::new(),
}),
span.extend(span2),