7 lines
75 B
C
7 lines
75 B
C
|
#ifndef PARSER_H_
|
||
|
#define PARSER_H_
|
||
|
|
||
|
Token *parser(Token *tokens);
|
||
|
|
||
|
#endif
|