jack-compiler/parser/parser-structure.h

10 lines
169 B
C

#ifndef PARSER_STRUCTURE_H
#define PARSER_STRUCTURE_H
#include "parser.h"
/* parser-structure
* Function for parsing a class. */
CLASS* parseclass(PARSER* p);
#endif