mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
9 lines
109 B
C
9 lines
109 B
C
#ifndef __NASAL_H__
|
|
#define __NASAL_H__
|
|
|
|
#include "nasal_lexer.h"
|
|
#include "nasal_parser.h"
|
|
|
|
|
|
#endif
|