]> www.ginac.de Git - ginac.git/history - ginac/parser/parser.cpp
Update copyright notice.
[ginac.git] / ginac / parser / parser.cpp
2010-02-27 Richard KreckelUpdate copyright notice.
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-02-06 Jens VollingaPrettified source code.
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakovparser: add necessary checks to operator() to stop...
2008-09-19 Alexei Sheplyakov[bugfix] parser::parse_literal_expr(): don't forget...
2008-09-19 Alexei Sheplyakov[bugfix]: parser::parse_unary_expr() parses '-a-b'...
2008-09-19 Alexei Sheplyakovparser: change order of the constructor optional arguments.
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Alexei Sheplyakovparser: improve error reporting a little bit.
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.