提交歷史

作者 SHA1 備註 提交日期
  Taddeus Kroes 7fbc6d246b Application in parser now also applies implicit rules that are not hints after applying an explicit rule. 14 年之前
  Taddeus Kroes ba49325a72 Minor bugfix. 14 年之前
  Taddeus Kroes 52dcf02f95 Modified parser to fit MathJax syntax. 14 年之前
  Taddeus Kroes 2c55901f1f Changed assiociativity for derivatives/integrals to left. 14 年之前
  Taddeus Kroes 65cc88c7e6 Added IMPLICIT_RULES list for rules that are not printed in verbose rewrite_all mode. 14 年之前
  Taddeus Kroes 290f2847a5 Added operator for verbose rewrite_all (verbose means that each step is printed). 14 年之前
  Taddeus Kroes d86dda9273 Finished separating parser state and interactive state, and added first version of strategy. 14 年之前
  Taddeus Kroes 51f95b25df Possibilities are now not generated more than once for a node. 14 年之前
  Taddeus Kroes 57bc805cfa Interactive parser state is not changed by parser hooks anymore, but separated in functions. 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 17c6fae8aa Added logical operators. 14 年之前
  Taddeus Kroes 427c18a5d3 Removed blank line according to pep8 standards. 14 年之前
  Taddeus Kroes 56256eb463 Removed function notation check for integrals from parser. 14 年之前
  Taddeus Kroes 196a602c5b Added notation for absolute value to the parser. 14 年之前
  Taddeus Kroes 31876fd43a Improved preprocessor: a 4 (with space in between) is now converted to a*4 instead of a^4. 14 年之前
  Taddeus Kroes a6b3d67158 Added stringification for (indefinite and definite) integrals. 14 年之前
  Taddeus Kroes 2ed4de97ba Added notation for indefinite integrals. 14 年之前
  Taddeus Kroes b2ddec596d Resolved shift/reduce conflict for integrals. 14 年之前
  Taddeus Kroes cbd37711fd Implemented integral notation, still produces one shift/reduce conflict. 14 年之前
  Taddeus Kroes b05101aeee Started implementing integrals. 14 年之前
  Taddeus Kroes a23f138f92 Fixed multiplication sign in preprocessor for usage of square brackets. 14 年之前
  Taddeus Kroes c19155e67d Generalized PI to SPECIAL_TOKENS, now including INFINITY. 14 年之前
  Taddeus Kroes 964eba71a8 Applied pep8. 14 年之前
  Taddeus Kroes 81415bb027 Added identifier possibility parser concerning syntax 'log_g(x)'. 14 年之前
  Taddeus Kroes db692be17b Improved preprocessor. 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 0f086a6960 Merged conflicts and fixed some parser issues. 14 年之前
  Taddeus Kroes 22b72193cc Removed commented 'delta' token usage from parser. 14 年之前