jack-compiler/printer.h

8 lines
108 B
C

#ifndef PRINTER_H
#define PRINTER_H
#include "parser.h"
void printparser(FILE* output, PARSER* p);
#endif