Delete nasal.h

This commit is contained in:
Valk Richard Li 2020-06-19 00:10:31 +08:00 committed by GitHub
parent db8c2cf9b9
commit 65393e4962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +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 "ast.h"
#include "nasal_var.h"
#include "nasal_var_inrun_list.h"
#include "nasal_lexer.h"
#include "nasal_parser.h"
#include "ast_generator.h"
#include "nasal_var.cpp"
#endif