- Implemented the shell of E9::eval.
- Stubbed out operator_xxx helper methods.
This commit is contained in:
Paul Beckingham 2011-07-25 22:59:47 -04:00
parent b1048ddfa3
commit 83c0ea6ab2
5 changed files with 298 additions and 20 deletions

View file

@ -269,16 +269,6 @@ int CmdShow::execute (std::string& output)
if (context.args.size () == 2)
section = context.args[1];
*/
/*
Arguments args = context.args.extract_read_only_filter ();
std::vector <std::pair <std::string, std::string> >::iterator arg;
for (arg = args.begin (); arg != args.end (); ++arg)
{
if (arg->second == "string")
{
}
}
*/
if (section == "all")
section = "";