]> www.ginac.de Git - ginac.git/history - ginac/input_parser.yy
* Added output-support for Python bindings and LaTeX printing for
[ginac.git] / ginac / input_parser.yy
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-12-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-05-08 Richard Kreckel- Remved obsolete remainders of preprocessor symbol...
2001-04-09 Christian Baueradapted to change symbol::getname() -> symbol::get_name()
2001-03-23 Christian Bauer- simplify_indexed() simplifies c*(M).i.j -> (M').i...
2001-03-22 Richard Kreckel* Eliminated overloaded operator% for noncommunistic...
2001-02-27 Christian Bauer"return" statement was missing in yyerror()
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-29 Christian Bauer- parsed functions are now correctly evaluated (.eval...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...