]> www.ginac.de Git - ginac.git/commit
Changed the parser such that it understands all defined functions
authorJens Vollinga <jensv@nikhef.nl>
Fri, 10 Jul 2009 13:01:04 +0000 (15:01 +0200)
committerJens Vollinga <jensv@nikhef.nl>
Fri, 10 Jul 2009 13:01:04 +0000 (15:01 +0200)
commitf38cbcd651246fb5c1294705d29399f3cbfddaf5
tree854273de9a20412c59107b5dc62356f4c1a77477
parentfeed241b95f7dbd6294795b4afc2bcae41880c31
Changed the parser such that it understands all defined functions
including the user defined ones.

To this end a method has been added to class function to allow the
modified get_default_reader() function to build up a complete prototype
table. The autogen tool is no longer required.
INSTALL
configure.ac
ginac/Makefile.am
ginac/function.pl
ginac/parser/builtin_fcns.def [deleted file]
ginac/parser/default_reader.tpl [deleted file]
ginac/parser/parse_context.cpp
ginac/parser/parse_context.h
ginac/parser/parser.cpp