Delete nasal.h

This commit is contained in:
Valk Richard Li 2020-06-05 16:16:50 +08:00 committed by GitHub
parent c44f94ba88
commit f825e3311a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -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 "abstract_syntax_tree.h"
#include "nasal_lexer.h"
#include "nasal_parser.h"
#endif