Closed cvauclair closed 3 years ago
The Mesh Engine should be able to parse expressions containing infix operators. Infix operators consist of any sequence of the following characters: +, -, *, /, >, <, =, ?, |, $, #, @, ~, !, %.
+
-
*
/
>
<
=
?
|
$
#
@
~
!
%
Examples:
a + b a - b a * b a //// b a ** b a %@ b a >#> b
Description
The Mesh Engine should be able to parse expressions containing infix operators. Infix operators consist of any sequence of the following characters:
+
,-
,*
,/
,>
,<
,=
,?
,|
,$
,#
,@
,~
,!
,%
.Examples: