]> www.ginac.de Git - ginac.git/history - ginac/parser/parser.hpp
Use the new parser in the ex(const string&, lst&) ctor.
[ginac.git] / ginac / parser / parser.hpp
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-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakov[BUGFIX] parser.hpp: fix include guard so the header...
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.