Delete nasal.h

This commit is contained in:
Valk Richard Li 2020-06-25 14:18:35 +08:00 committed by GitHub
parent 4180c61459
commit ebbe77b8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +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 "ast.h"
#include "ast_generator.h"
#endif