Implements expression parsing
This commit is contained in:
@@ -24,6 +24,10 @@ public:
|
||||
unsigned int GetEndPosition(){
|
||||
return Position + Length - 1;
|
||||
}
|
||||
|
||||
unsigned int GetLength(){
|
||||
return Length;
|
||||
}
|
||||
};
|
||||
|
||||
class SimpleToken : public IToken{
|
||||
|
||||
Reference in New Issue
Block a user