CommandsRepository

This commit is contained in:
MihailRis
2024-05-09 20:16:15 +03:00
parent e1a083015e
commit 022c97b200
4 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ protected:
void expect(const std::string& substring);
bool isNext(const std::string& substring);
void expectNewLine();
void goBack();
void goBack(size_t count=1);
int64_t parseSimpleInt(int base);
dynamic::Value parseNumber(int sign);