| .. |
|
__init__.py
|
314ca19b2d
Added debug information to bison generated parser.
|
14 years ago |
|
parser.py
|
c5b2a5c6ab
Added support for fractions with negation and addition of negative numbers.
|
14 years ago |
|
rules.mk
|
1d02e8398b
sorting unit tests files.
|
14 years ago |
|
rulestestcase.py
|
deeb7ca948
Instead of printing the rewrite chain, append it to the assertion message.
|
14 years ago |
|
test_b1_ch08.py
|
53f649a7ab
Parser will add negation to left-most child of scope.
|
14 years ago |
|
test_b1_ch10.py
|
53f649a7ab
Parser will add negation to left-most child of scope.
|
14 years ago |
|
test_calc.py
|
f51ea5e32c
Applied pep8 to unit tests.
|
14 years ago |
|
test_exception.py
|
f51ea5e32c
Applied pep8 to unit tests.
|
14 years ago |
|
test_leiden_oefenopgave.py
|
ef8b625f80
Enabled last case in test 1.4.1.
|
14 years ago |
|
test_leiden_oefenopgave_v12.py
|
1453c1cbd3
Fixed numeric rules.
|
14 years ago |
|
test_node.py
|
a9209ec2d2
Added possibility to specify an exponent to ExpressionBase.is_power.
|
14 years ago |
|
test_parser.py
|
564c751bbe
Removed subtree_map and fixed almost all unit tests.
|
14 years ago |
|
test_possibilities.py
|
564c751bbe
Removed subtree_map and fixed almost all unit tests.
|
14 years ago |
|
test_rewrite.py
|
388752b486
Added support for OP_NEG in multiply_numerics and add_nominators.
|
14 years ago |
|
test_rules_factors.py
|
efc3c91bf6
Added non-strict equivalence match.
|
14 years ago |
|
test_rules_fractions.py
|
388752b486
Added support for OP_NEG in multiply_numerics and add_nominators.
|
14 years ago |
|
test_rules_goniometry.py
|
31dc5ca0db
Added the first goniometry rewrite rule.
|
14 years ago |
|
test_rules_groups.py
|
bf7d96e602
Fixed unit tests form group rules.
|
14 years ago |
|
test_rules_negation.py
|
28644d89bd
Instead of to the outside, negations in multiplications are now brought to the left.
|
14 years ago |
|
test_rules_numerics.py
|
1453c1cbd3
Fixed numeric rules.
|
14 years ago |
|
test_rules_poly.py
|
0e08d36432
Added polynome scope to application funvtion arguments.
|
14 years ago |
|
test_rules_powers.py
|
05c35766ea
Added rules that remove powers of 0 and 1.
|
14 years ago |
|
test_rules_utils.py
|
d1eb149c2d
Fixed merge conflict.
|
14 years ago |