#include #include #include #include "nasal.h" int main() { nasal::nasal_list m; nasal::nasal_hash n; nasal::var k; k.type=VAR_STRING; k.data=new std::string; *((std::string *)k.data)="hello"; m.append(k); m.pop(); std::string command; std::cout<<">> input \"help\" to find help."<> "; std::cin>>command; if(command=="help") { std::cout<<">> 1.input file name to run the nasal script."<> 2.command cls to clear the screen."<> 3.command exit to shut down the program."<