mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-13 18:38:45 +00:00
or_in or_out references added
This commit is contained in:
parent
fc114ff959
commit
68463509d8
9 changed files with 29 additions and 12 deletions
|
|
@ -44,6 +44,6 @@ int main(int argc, char **argv) {
|
|||
auto statements = builders::build_source_file(
|
||||
parse_tree.get_root(), expression_storage, type_storage, name_tree);
|
||||
|
||||
printers::Printer printer(std::cout, 2, 80, false);
|
||||
printers::Printer printer(std::cout, 2, 80, true);
|
||||
printers::print_source_file(statements, printer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue