We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a0530a + c653077 commit e3f8dceCopy full SHA for e3f8dce
README.md
@@ -48,6 +48,7 @@ int main() {
48
parser.evaluate("x = x + 10"); // 13
49
parser.evaluate("var = y - x"); // 29
50
parser.getVariableValue("var"); // 29
51
+
52
//Compilation
53
auto compiled = parser.compile("2+2*2+2*x+10"); // 6+2*x+10
54
parser.evaluate("x = 4");
0 commit comments