Taddeus Kroes
|
5f556a4e6c
Added function to get the index of a node in a Scope object.
|
14 лет назад |
Taddeus Kroes
|
6b44c68ee2
Splitted a large function into multiple smaller functions.
|
14 лет назад |
Taddeus Kroes
|
71bff3f366
Applied pep8.
|
14 лет назад |
Taddeus Kroes
|
290f2847a5
Added operator for verbose rewrite_all (verbose means that each step is printed).
|
14 лет назад |
Taddeus Kroes
|
ed76902d15
Improved assertion.
|
14 лет назад |
Taddeus Kroes
|
9a8d9d5a49
Removed use of hash_value from node classes.
|
14 лет назад |
Taddeus Kroes
|
d86dda9273
Finished separating parser state and interactive state, and added first version of strategy.
|
14 лет назад |
Taddeus Kroes
|
ea8ce3ac20
Added a set of reduction rules for expressions with absolute values.
|
14 лет назад |
Taddeus Kroes
|
42662f455b
Changed negation precedence to that of subtraction and modified rules+tests correspondingly.
|
14 лет назад |
Taddeus Kroes
|
24dc157db2
Node.contains() now ignores negation in the compared node during comparison.
|
14 лет назад |
Taddeus Kroes
|
d32ba0623a
Added shortcut constructor for equality operator.
|
14 лет назад |
Taddeus Kroes
|
17c6fae8aa
Added logical operators.
|
14 лет назад |
Taddeus Kroes
|
d3a8ad0aaf
Moved all spreaded node creation functions to src/node.py.
|
14 лет назад |
Taddeus Kroes
|
dfbc16d4aa
Removed some unused imports.
|
14 лет назад |
Taddeus Kroes
|
74d5caf139
Added short notation for absolute values as only function parameter.
|
14 лет назад |
Taddeus Kroes
|
196a602c5b
Added notation for absolute value to the parser.
|
14 лет назад |
Taddeus Kroes
|
a6b3d67158
Added stringification for (indefinite and definite) integrals.
|
14 лет назад |
Taddeus Kroes
|
2ed4de97ba
Added notation for indefinite integrals.
|
14 лет назад |
Taddeus Kroes
|
cbd37711fd
Implemented integral notation, still produces one shift/reduce conflict.
|
14 лет назад |
Taddeus Kroes
|
b05101aeee
Started implementing integrals.
|
14 лет назад |
Taddeus Kroes
|
c19155e67d
Generalized PI to SPECIAL_TOKENS, now including INFINITY.
|
14 лет назад |
Taddeus Kroes
|
acbc9fb7f8
Added inequivalence operator to ExpressionBase.
|
14 лет назад |
Taddeus Kroes
|
9146b782d3
Added possibility to pass an operator as an integer to the ExprexxionNode constructor.
|
14 лет назад |
Taddeus Kroes
|
f1e51800eb
Added some new syntaxes for logarithms in the parser and printer.
|
14 лет назад |
Taddeus Kroes
|
70eeb83e48
Added overwrite fucntion for derivative line generation.
|
14 лет назад |
Taddeus Kroes
|
a156a2b585
Added fucntion to check if a node contains another node.
|
14 лет назад |
Taddeus Kroes
|
051eaff5b9
Added logarithm operaters.
|
14 лет назад |
Taddeus Kroes
|
adb38a1b77
Added derivative operator.
|
14 лет назад |
Taddeus Kroes
|
6326dbcda7
Removed double return.
|
14 лет назад |
Taddeus Kroes
|
1c68fcb3c6
Merged conflicts.
|
14 лет назад |