jack-compiler/parser-structure.h

6 lines
113 B
C

#ifndef PARSER_STRUCTURE_H
#define PARSER_STRUCTURE_H
#include "parser.h"
CLASS* parseclasses(PARSER* p);
#endif