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 <fstream>
|
||||
#include <thread>
|
||||
#include <stack>
|
||||
#include <list>
|
||||
|
||||
#include "nasal_token_type.h"
|
||||
#include "nasal_lexer.h"
|
||||
#include "nasal_parser.h"
|
||||
#include "abstract_syntax_tree.h"
|
||||
#include "code_generator.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user