fix prevSize = 0

This commit is contained in:
2023-12-10 07:20:40 +01:00
parent 3e44eb5340
commit 73a00e3528
3 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class Context {
static const string end;
static const string sep;
public:
static int getPrevSize ();
static bool validChar (const char &c);
static bool isEnd (const string &c);
static bool isSep (const string &c);