diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 09:27:37 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 09:27:37 +0000 |
commit | da9a28e4cc9106a8eba89cc2bf99692c7b3a4baf (patch) | |
tree | cc6d561566e4c2754efac952a4652a36d97aa2d8 /output.h | |
parent | 9a9bd6657dc82662567b748434a8547acc7c0193 (diff) |
added new output formats
Diffstat (limited to 'output.h')
-rw-r--r-- | output.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/output.h b/output.h new file mode 100644 index 0000000..734968b --- /dev/null +++ b/output.h @@ -0,0 +1,5 @@ +#include "tokens.h" + +void printashtml(token t); +void printasgn(token t); +void printasgroff(token t); |