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
System.out.println(" Logical expression parser is much less evolved and slow. Do not use it if you don't must");
146
166
System.out.println(" If you use logical parse, result is always true/false. If it is not understood, it reuslts to false");
147
167
System.out.println(expandableSwitch + " Will add expandable parser around logical expression to allow you to work with sets and views on those sets");
148
-
System.out.println(" by "+ ExpandingExpression.VALUES_PNG + "/" + ExpandingExpression.VALUES_IPNG + "variables you can pass in the set of numbers");
168
+
System.out.println(" by "+ ExpandingExpression.VALUES_PNG + "/" + ExpandingExpression.VALUES_IPNG + "variables you can pass in the set of numbers");
149
169
System.out.println(" and access them by L0,L1,,, L1.. ..L2 L3,..L5 notations (set is space delimited)");
150
170
System.out.println(" you can calculate dynamic indexes by L{expression} and use MN variable which stores length of input set");
151
-
System.out.println(" Expandable parser is not natural by CLI usage. using directly "+ExpandingExpression.class.getName() + " is better, but CLI is crucial for testing expressions");
171
+
System.out.println(" Expandable parser is not natural by CLI usage. using directly " + ExpandingExpression.class.getName() + " is better, but CLI is crucial for testing expressions");
152
172
System.out.println(trimSwitch + " by default, each line is one expression,");
153
173
System.out.println(" however for better redability, sometimes it is worthy to");
154
174
System.out.println(" to split the expression to multiple lines. and evaluate as one.");
@@ -246,9 +266,8 @@ public static void setExpandable(boolean expandable) {
0 commit comments