[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-363-g99901bd
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via 99901bd5c74203caece07e3e2948780887a0e822 (commit) from 265e5f9537e128887655119fc4cc8d3a46f3dcff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 99901bd5c74203caece07e3e2948780887a0e822 Author: Jens Vollinga <jens.vollinga@googlemail.com> Date: Fri Oct 28 21:09:33 2011 +0200 Parser can now read GiNaC lists (lst) defined by braces. This commit completes the bug fix in commit 9a4f392521083d28e1c238e7898ab1d2ac5b73cd. ----------------------------------------------------------------------- Summary of changes: ginac/parser/parser.cpp | 30 ++++++++++++++++++++++++++++++ ginac/parser/parser.h | 3 +++ 2 files changed, 33 insertions(+), 0 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
Hi,
Parser can now read GiNaC lists (lst) defined by braces.
Actually I was trying to get rid of that lst thing (I think wrapping every type into ex is a bad idea, and it's not actually necessary -- C++ does not impose the `everything must be an expression' restriction). Best regards, Alexei
participants (2)
-
Alexei Sheplyakov
-
git@ginac.de