forked from xxq250/Nasal-Interpreter
new structure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef __NASAL_LIST_CPP__
|
||||
#define __NASAL_LIST_CPP__
|
||||
|
||||
nasal_list::nasal_list()
|
||||
{
|
||||
;
|
||||
}
|
||||
nasal_list::~nasal_list()
|
||||
{
|
||||
;
|
||||
}
|
||||
nasal_list& nasal_list::operator=(const nasal_list &temp)
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user