]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parse_context.h
Added get_builtin_reader() that parses only the builtin GiNaC functions
[ginac.git] / ginac / parser / parse_context.h
index 81b2cd15a9ada239ae9c2e55efaa32fce66a455f..1145a871cb4b2da67a95373d44ea0812ab2567a5 100644 (file)
@@ -93,9 +93,15 @@ typedef std::map<prototype, reader_func> prototype_table;
 /**
  * Default prototype table.
  *
- * It supports most of builtin GiNaC functions.
+ * It supports all defined GiNaC functions and "pow", "sqrt", and "power".
  */
 extern const prototype_table& get_default_reader();
+/**
+ * Builtin prototype table.
+ *
+ * It supports only the builtin GiNaC functions and "pow", "sqrt", and "power".
+ */
+extern const prototype_table& get_builtin_reader();
 
 } // namespace GiNaC