diff --git a/Parserv2.cpp b/Parserv2.cpp index 13486cb..0db1a5a 100755 --- a/Parserv2.cpp +++ b/Parserv2.cpp @@ -62,7 +62,6 @@ void displayTokenList(vector input) } } - vector insertCMD(vector input) { //relation name will be the first element of the vector of data returned by this function @@ -137,6 +136,47 @@ vector exitCMD(vector input) return input; } +vector saveCMD(vector input) +{ + if (input.size() > 3) + { + cout<<"Syntax error!"< closeCMD(vector input) +{ + if (input.size() > 3) + { + cout<<"Syntax error!"< openCMD(vector input) +{ + if (input.size() > 3) + { + cout<<"Syntax error!"< createCMD(vector input) {