mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
Delete balloon.h
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
#ifndef __BALLOON_H__
|
|
||||||
#define __BALLOON_H__
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <cstring>
|
|
||||||
#include <fstream>
|
|
||||||
#include <cmath>
|
|
||||||
#include <list>
|
|
||||||
#include <stack>
|
|
||||||
#include <ctime>
|
|
||||||
|
|
||||||
#include "balloon_type.h"
|
|
||||||
#include "abstract_syntax_tree.h"
|
|
||||||
#include "balloon_var.h"
|
|
||||||
#include "balloon_lexer.h"
|
|
||||||
#include "balloon_parse.h"
|
|
||||||
#include "balloon_scope.h"
|
|
||||||
|
|
||||||
#include "abstract_syntax_tree.cpp"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user