mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-24 15:58:45 +00:00
fixes, refactoring (shorter names, visitor)
This commit is contained in:
parent
57b1172a4f
commit
f58bfd938c
20 changed files with 564 additions and 764 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue