|
Project Information
|
This robot will fill in simple math calculations during your conversation. Looks to fill in '---' marks with a solution to the preceding expression. Operations that are supported. Parenthesis, powers(^), multiplication(), addition(+), subtraction(-), division(/), modulus(%), bitwise-and(&), bitwise-or(|), sll(<<), srl(>>), and factorial(!). Assignment to variables is also supported with expressions like: x = 5 + 2 (3^5)%6 Where normal expressions are calculated as follows: 5 + 4 - 3 45454 = --- '---' is replaced with the answer. Note that any of the numbers can be replaced with predefined variables using the assignment style command. |