Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.2: +14 -1
lines
Diff to previous 1.2 (colored)
QuoteMode(1) sets the parser in the quotemode; if unknown function symbol comes, it automatically translates the expression into a tree. Example: class polymake extends PrimitiveObject {local ; def hogera() { return(1);} } QuoteMode(1); polymake.foo(1,2): QuoteMode(0) turns off the quotemode.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 20 07:36:03 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Updated an example of cmo_tree.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 12 06:48:25 2001 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2,
RELEASE_1_2_1
Kan/sm1 is changed to be complient to the change of the OpenXM-RFC 100 of before yesterday; "Trees" can be used in place of "indeterminates" in recursive polynomials.