forked from xxq250/Nasal-Interpreter
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