]> www.ginac.de Git - ginac.git/history - ginac/parser/default_reader.tpl
Use C style cast when converting void* into function pointer.
[ginac.git] / ginac / parser / default_reader.tpl
2010-12-09 Alexei SheplyakovUse C style cast when converting void* into function...
2010-12-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2010-12-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
2010-12-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2010-12-09 Jens VollingaFixed the parser such that it can read in user defined...
2010-12-09 Jens VollingaAllow user defined functions to be parsed.
2010-12-09 Alexei SheplyakovRevert "Changed the parser such that it understands...
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.