jack-compiler/parser/parser-structure.h

6 lines
111 B
C

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