jackc/parser/parser-structure.h

10 lines
169 B
C
Raw Normal View History

2021-01-04 15:00:48 -05:00
#ifndef PARSER_STRUCTURE_H
#define PARSER_STRUCTURE_H
#include "parser.h"
/* parser-structure
* Function for parsing a class. */
CLASS* parseclass(PARSER* p);
#endif