mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-08 16:08:46 +00:00
fixes, part of statement printers done
This commit is contained in:
parent
bf49f4030c
commit
c176d1b11d
4 changed files with 315 additions and 7 deletions
|
|
@ -348,6 +348,7 @@ void print_name_expression(const nodes::NameExpression &expression,
|
|||
printer.print(".");
|
||||
}
|
||||
|
||||
// TODO: properly print operator name
|
||||
print_identifier(*expression.get_name(), printer);
|
||||
|
||||
for (size_t i = 0; i < expression.arguments_size(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue