Delete nasal.h
This commit is contained in:
parent
4180c61459
commit
ebbe77b8ba
|
@ -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
|
|
Loading…
Reference in New Issue