mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
Delete var.h
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
#ifndef __VAR_H__
|
|
||||||
#define __VAR_H__
|
|
||||||
|
|
||||||
#include "nasal_hash.cpp"
|
|
||||||
#include "nasal_list.cpp"
|
|
||||||
#include "nasal_print.h"
|
|
||||||
|
|
||||||
// int
|
|
||||||
// char
|
|
||||||
// long long int
|
|
||||||
// double
|
|
||||||
// float
|
|
||||||
// string
|
|
||||||
// const char *
|
|
||||||
// NasalHash
|
|
||||||
// NasalList
|
|
||||||
|
|
||||||
/*
|
|
||||||
NasalList->delete NasalList & NasalHash
|
|
||||||
|
|
||||||
NasalHash->delete NasalList & NasalHash
|
|
||||||
*/
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user