]> www.ginac.de Git - ginac.git/history - ginac/parser
Be more careful about final top-level substitution.
[ginac.git] / ginac / parser /
2010-07-05 Alexei SheplyakovParser: handle abbreviations as advertized in the manual.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-01-14 Alexei SheplyakovUse C style cast when converting void* into function...
2009-10-04 Richard KreckelMerge branch 'ginac_1-5' of ssh://www.ginac.de/srv...
2009-10-04 Jens VollingaMoved header includes to source files to avoid pollutin...
2009-08-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2009-08-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
2009-08-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2009-08-09 Alexei SheplyakovFix the compliation error *for real*
2009-07-31 Jens VollingaFixed memory leak.
2009-07-31 Jens VollingaFixed the fix in commit f059ebe117d15292e0d262e6e8e232e...
2009-07-31 Jens VollingaFixed dirty hack in parser to distinguish between seria...
2009-07-31 Jens VollingaFixed the parser such that it can read in user defined...
2009-07-31 Jens VollingaFixed cast that caused compile error on 64bit machines.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-15 Jens VollingaAllow user defined functions to be parsed.
2009-05-02 Jens VollingaAdded include for cstdio header.
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 SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-09-19 Alexei SheplyakovParser can parse (some) floating point numbers now.
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-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakovparser: map input strings onto arbitrary expressions...
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-09-09 Alexei Sheplyakovlexer: when switching to another output stream, clean...
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.