]> www.ginac.de Git - ginac.git/commit
* All operators are now strictly following the semantics we all know from
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 8 May 2001 20:42:51 +0000 (20:42 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 8 May 2001 20:42:51 +0000 (20:42 +0000)
commit04f0c93e24cdb50f23cb3a6c0ecbeaac23b13ac0
tree6d1384ac3364251b4c9481893a952c6656499c7e
parentf5536efa098703ce4e857aa079db6d29d06f3ac6
* All operators are now strictly following the semantics we all know from
  C/C++.  I.e. e1+e2=42; is now impossible and other such stuff.  For all
  remaining errors (i.e. ++e1 = e1+1;) the compiler alone is to blame...
ginac/ex.cpp
ginac/ex.h
ginac/operators.cpp
ginac/operators.h