]> www.ginac.de Git - ginac.git/commit
[bugfix]: parser::parse_unary_expr() parses '-a-b' correctly now.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sat, 13 Sep 2008 23:19:05 +0000 (03:19 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Fri, 19 Sep 2008 09:15:49 +0000 (13:15 +0400)
commit05157f89a3db97fff79e33fd53156b380107011f
treec83d27445b8fc9022bf789ac90745f5f30969892
parentdbe5029ed72f406f45ec2a9d3584a828653ab34a
[bugfix]: parser::parse_unary_expr() parses '-a-b' correctly now.

Also added regression test.
check/Makefile.am
check/parser_bugs.cpp [new file with mode: 0644]
ginac/parser/parser.cpp
ginac/parser/parser.hpp