mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-07 15:38:49 +00:00
most part of statement printers done
This commit is contained in:
parent
c176d1b11d
commit
0bb72e0b10
7 changed files with 208 additions and 25 deletions
10
include/doc_printers.hpp
Normal file
10
include/doc_printers.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "basic_printers.hpp"
|
||||
#include "doc_nodes.hpp"
|
||||
|
||||
namespace printers {
|
||||
|
||||
void print_docs(const nodes::SymbolDocs &docs, Printer &printer);
|
||||
|
||||
} // namespace printers
|
||||
Loading…
Add table
Add a link
Reference in a new issue