forked from xxq250/Nasal-Interpreter
8 lines
112 B
C
8 lines
112 B
C
#ifndef __NASAL_PARSE_H__
|
|
#define __NASAL_PARSE_H__
|
|
#include "nasal_lexer.h"
|
|
|
|
parse nasal_parse;
|
|
|
|
#endif
|