fixes, refactoring (shorter names, visitor)

This commit is contained in:
ProgramSnail 2024-05-01 14:05:29 +03:00
parent 57b1172a4f
commit f58bfd938c
20 changed files with 564 additions and 764 deletions

View file

@ -5,6 +5,6 @@
namespace printers {
void print_docs(const nodes::SymbolDocs &docs, Printer &printer);
void print(const nodes::SymbolDocs &docs, Printer &printer);
} // namespace printers