You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ParserNG
1
+
v# ParserNG
2
2
<b>ParserNG</b> is a powerful open-source math tool that parses and evaluates algebraic expressions and also knows how to handle a lot of mathematical expressions.
3
3
4
4
*[ParserNG](#ParserNG)
@@ -49,7 +49,7 @@ If you need to access this library via Maven Central, do:
49
49
<dependency>
50
50
<groupId>com.github.gbenroscience</groupId>
51
51
<artifactId>parser-ng</artifactId>
52
-
<version>0.1.10</version>
52
+
<version>0.1.9-release</version>
53
53
</dependency>
54
54
55
55
@@ -82,20 +82,20 @@ ParserNG is written completely in (pure) Java and so is as cross-platform as Jav
82
82
## Using ParserNG as commandline tool
83
83
You can use jar directly as commandline calculus. Unless the tool is packed to your distribution:
84
84
```
85
-
java -jar parser-ng-0.1.10.jar 1+1
85
+
java -jar parser-ng-0.1.9-release.jar 1+1
86
86
2.0
87
87
```
88
88
Or as logical parser
89
89
```
90
-
java -jar parser-ng-0.1.10.jar -l true and true
90
+
java -jar parser-ng-0.1.9-release.jar -l true and true
0 commit comments