]> 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 37e08aa0d0030163ee9d61dc77f7aac00454ae90..55e07d113f00b12e349afe9c6804f304b61f32db 100644 (file)
@@ -99,9 +99,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