Fixed a lot of bugs. Actually gets through the entire experimental grammer. (A largeish experimental grammer for Kraken written to continue testing and to really start language development.
This commit is contained in:
@@ -16,6 +16,8 @@ class RegEx {
|
||||
RegEx(std::string inPattern);
|
||||
~RegEx();
|
||||
|
||||
void construct();
|
||||
void deperenthesize();
|
||||
int longMatch(std::string stringToMatch);
|
||||
std::string getPattern();
|
||||
std::string toString();
|
||||
|
||||
Reference in New Issue
Block a user