mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[reader] Added ovverightarrow in parser and fix a bug in reader
This commit is contained in:
@@ -20,8 +20,9 @@ private:
|
||||
Layout popCommand();
|
||||
Layout popFracCommand();
|
||||
Layout popSqrtCommand();
|
||||
Layout poppiCommand();
|
||||
Layout popthetaCommand();
|
||||
Layout popOverrightarrow();
|
||||
Layout popPiCommand();
|
||||
Layout popThetaCommand();
|
||||
const char * m_text;
|
||||
const char * m_endOfText;
|
||||
bool m_hasError;
|
||||
@@ -30,6 +31,7 @@ private:
|
||||
static constexpr char const * k_sqrtCommand = "sqrt";
|
||||
static constexpr char const * k_thetaCommand = "theta";
|
||||
static constexpr char const * k_piCommand = "pi";
|
||||
static constexpr char const * k_overRightArrowCommand = "overrightarrow";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user