]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.h
Update copyright statements.
[ginac.git] / ginac / parser / parser.h
index 0236f5c68e9f54a1343f12cbac52dc2788a8d3ad..17af4b6882e031d4a21588b178b267e433415ed1 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to the parser. */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -67,6 +67,9 @@ class parser
        /// paren_expr: '(' expression ')'
        ex parse_paren_expr();
 
+       /// lst_expr: '{' expression { ',' expression } '}'
+       ex parse_lst_expr();
+
        /// number_expr: number
        ex parse_number_expr();