Histórico de commits

Autor SHA1 Mensagem Data
  Taddeus Kroes 8c9a6c6ed8 Introduces FUNCTION token instead of seperate tokens for each function. 14 anos atrás
  Taddeus Kroes 84753e446b Some syntaxis fixes (applied pep8). 14 anos atrás
  Taddeus Kroes 540678134d Moved token definitions to operator defs in node.py. 14 anos atrás
  Sander Mathijs van Veen d75fb60393 Removed useless left() function. 14 anos atrás
  Taddeus Kroes 8f90dd671c Added type-check to non-strict equivalence check. 14 anos atrás
  Taddeus Kroes 7979468c88 Added ignore_negation option to non-strict equality check. 14 anos atrás
  Taddeus Kroes 39145aafea Added support for negated integer equivalence check in Leaf nodes. 14 anos atrás
  Sander Mathijs van Veen 564c751bbe Removed subtree_map and fixed almost all unit tests. 14 anos atrás
  Sander Mathijs van Veen 53f649a7ab Parser will add negation to left-most child of scope. 14 anos atrás
  Taddeus Kroes 9f0ea191d5 Merge branch 'gonio' of kompiler.org:trs into negated 14 anos atrás
  Sander Mathijs van Veen 76b7149de4 Trying to fix the negation AssertionError (work in progress). 14 anos atrás
  Taddeus Kroes a9209ec2d2 Added possibility to specify an exponent to ExpressionBase.is_power. 14 anos atrás
  Taddeus Kroes fddfbe2da6 Some minor code improvements. 14 anos atrás
  Taddeus Kroes 730afc4aca Corrected typo. 14 anos atrás
  Taddeus Kroes 031e326f0a Added equality chck and negation take-over to Scope object. 14 anos atrás
  Taddeus Kroes 0b791b7f63 Added __pos__ operator for negation reduction. 14 anos atrás
  Taddeus Kroes b63b5130b1 Added negation counter to strict equivalence check and added 'replace' function to Scope class. 14 anos atrás
  Sander Mathijs van Veen 105cd26942 Removed OP_NEG operator from source code (partially done). 14 anos atrás
  Sander Mathijs van Veen 7b75040e7a Use 'negated' attribute instead of a negation node. 14 anos atrás
  Sander Mathijs van Veen 2a400ac2c7 Use is_leaf attribute instead of calling a method. 14 anos atrás
  Sander Mathijs van Veen 90e5ed83e8 Implemented negate_group and fixed subtree_map bug 14 anos atrás
  Sander Mathijs van Veen d1eb149c2d Fixed merge conflict. 14 anos atrás
  Taddeus Kroes 9fee079187 Moved scope class to node.py. 14 anos atrás
  Taddeus Kroes 77af3ae156 Fixed non-strict node comparison.\n\n- Children lists of each non-addition or -multiplication are now compared in order. 14 anos atrás
  Sander Mathijs van Veen 388752b486 Added support for OP_NEG in multiply_numerics and add_nominators. 14 anos atrás
  Taddeus Kroes ee315bc769 Added negation checks to Node. 14 anos atrás
  Sander Mathijs van Veen c5b2a5c6ab Added support for fractions with negation and addition of negative numbers. 14 anos atrás
  Sander Mathijs van Veen 7f05638228 Merge branch 'master' of kompiler.org:trs 14 anos atrás
  Sander Mathijs van Veen d9b28ea2b5 Implemented subtree substitution. 14 anos atrás
  Taddeus Kroes 95372310c1 Fixed non-equal length check issue in non--strict node comparison. 14 anos atrás