Delete nasal.h

This commit is contained in:
Valk Richard Li 2019-09-25 20:40:51 +08:00 committed by GitHub
parent 6b6fcd9a49
commit 07eba2e9ee
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 "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