Historique des commits

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