jack-compiler/parser-structure.h

6 lines
113 B
C
Raw Normal View History

2020-12-22 11:18:54 -05:00
#ifndef PARSER_STRUCTURE_H
#define PARSER_STRUCTURE_H
#include "parser.h"
CLASS* parseclasses(PARSER* p);
#endif