mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +08:00
Delete nasal.h
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
#ifndef __NASAL_H__
|
|
||||||
#define __NASAL_H__
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cstring>
|
|
||||||
#include "nasal_list.h"
|
|
||||||
#include "nasal_func.h"
|
|
||||||
#include "nasal_hash.h"
|
|
||||||
|
|
||||||
#include "nasal_list.cpp"
|
|
||||||
#include "nasal_hash.cpp"
|
|
||||||
|
|
||||||
#include "nasal_var_stack.h"
|
|
||||||
#include "nasal_func_stack.h"
|
|
||||||
#include "nasal_lexer.h"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user