Commit History

作者 SHA1 備註 提交日期
  Taddeus Kroes 39145aafea Added support for negated integer equivalence check in Leaf nodes. 14 年之前
  Sander Mathijs van Veen 564c751bbe Removed subtree_map and fixed almost all unit tests. 14 年之前
  Sander Mathijs van Veen 53f649a7ab Parser will add negation to left-most child of scope. 14 年之前
  Taddeus Kroes 9f0ea191d5 Merge branch 'gonio' of kompiler.org:trs into negated 14 年之前
  Sander Mathijs van Veen 76b7149de4 Trying to fix the negation AssertionError (work in progress). 14 年之前
  Taddeus Kroes a9209ec2d2 Added possibility to specify an exponent to ExpressionBase.is_power. 14 年之前
  Taddeus Kroes fddfbe2da6 Some minor code improvements. 14 年之前
  Taddeus Kroes 730afc4aca Corrected typo. 14 年之前
  Taddeus Kroes 031e326f0a Added equality chck and negation take-over to Scope object. 14 年之前
  Taddeus Kroes 0b791b7f63 Added __pos__ operator for negation reduction. 14 年之前
  Taddeus Kroes b63b5130b1 Added negation counter to strict equivalence check and added 'replace' function to Scope class. 14 年之前
  Sander Mathijs van Veen 105cd26942 Removed OP_NEG operator from source code (partially done). 14 年之前
  Sander Mathijs van Veen 7b75040e7a Use 'negated' attribute instead of a negation node. 14 年之前
  Sander Mathijs van Veen 2a400ac2c7 Use is_leaf attribute instead of calling a method. 14 年之前
  Sander Mathijs van Veen 90e5ed83e8 Implemented negate_group and fixed subtree_map bug 14 年之前
  Sander Mathijs van Veen d1eb149c2d Fixed merge conflict. 14 年之前
  Taddeus Kroes 9fee079187 Moved scope class to node.py. 14 年之前
  Taddeus Kroes 77af3ae156 Fixed non-strict node comparison.\n\n- Children lists of each non-addition or -multiplication are now compared in order. 14 年之前
  Sander Mathijs van Veen 388752b486 Added support for OP_NEG in multiply_numerics and add_nominators. 14 年之前
  Taddeus Kroes ee315bc769 Added negation checks to Node. 14 年之前
  Sander Mathijs van Veen c5b2a5c6ab Added support for fractions with negation and addition of negative numbers. 14 年之前
  Sander Mathijs van Veen 7f05638228 Merge branch 'master' of kompiler.org:trs 14 年之前
  Sander Mathijs van Veen d9b28ea2b5 Implemented subtree substitution. 14 年之前
  Taddeus Kroes 95372310c1 Fixed non-equal length check issue in non--strict node comparison. 14 年之前
  Taddeus Kroes efc3c91bf6 Added non-strict equivalence match. 14 年之前
  Taddeus Kroes 78227c8254 Improved some boolean test methods for nodes. 14 年之前
  Taddeus Kroes 92f3a4e97f Added type check to ExpressionLeaf equality check. 14 年之前
  Taddeus Kroes 9c79b9d87d Source code cleanup. 14 年之前
  Taddeus Kroes 3ba4a7a417 Added square root operator. 14 年之前
  Sander Mathijs van Veen 1b1b7bcf93 Fixed typo in ExpressionBase magic method __div__. 14 年之前