CLI2: Refactoring CLI to rely completely on the Lexer

This commit is contained in:
Paul Beckingham 2015-06-13 13:35:34 -04:00
parent d1d300fc69
commit 708ddd3804
5 changed files with 2553 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include <DOM.h>
#include <FS.h>
#include <CLI.h>
#include <CLI2.h>
#include <Timer.h>
#include <set>
@ -81,6 +82,7 @@ private:
public:
CLI cli;
CLI2 cli2;
std::string home_dir;
File rc_file;
Path data_dir;