Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +460 -460
lines
Diff to previous 1.26 (colored)
Changed a tab to two space charaters.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Dec 10 14:14:16 2005 UTC (19 years ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.25: +4 -2
lines
Diff to previous 1.25 (colored)
Implementing matching functions in C.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 30 02:20:06 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.24: +3 -2
lines
Diff to previous 1.24 (colored)
Pattern matching by [X|Y] is implemented. quote_unify(`[x,y,z,w],`[X|Y]) -> X = x, Y = [y,z,w] etc.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Sep 28 08:40:31 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Fixed a table entry for I_NARYOP.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 27 09:32:22 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
Removed the quote flag from quote_unify(). Fixed a bug in compfnode().
Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 27 03:00:21 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.21: +15 -5
lines
Diff to previous 1.21 (colored)
Fixed a bug in flatten_quote().
Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 7 08:33:12 2005 UTC (19 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.20: +100 -1
lines
Diff to previous 1.20 (colored)
Added comparison function for QUOTE.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 9 06:42:53 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.19: +1 -11
lines
Diff to previous 1.19 (colored)
vartoquote() reverted.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 5 00:56:54 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.18: +13 -4
lines
Diff to previous 1.18 (colored)
Fixed a bug in vartoquote().
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 13 09:10:39 2004 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.17: +19 -1
lines
Diff to previous 1.17 (colored)
Added a support of I_LIST in quote<->funargs converters.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 13 07:59:54 2004 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.16: +26 -35
lines
Diff to previous 1.16 (colored)
Added quote_to_funargs(), funargs_to_quote(). An example: ctrl("print_quote",1); Q=quote((x+1)+(x+2)); /* FA = [fid,op,arg1,arg2] */ FA=quote_to_funargs(Q); /* remove () from arg1 */ FA2=quote_to_funargs(FA[2])[1]; /* remove () from arg2 */ FA3=quote_to_funargs(FA[3])[1]; /* [fid,op,newarg1,newarg2] => quote */ funargs_to_quote([FA[0],FA[1],FA2,FA3]);
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 8 03:00:30 2004 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Updated version.h.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 8 02:58:19 2004 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.14: +11 -1
lines
Diff to previous 1.14 (colored)
Added removal of parentheses.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 7 07:40:19 2004 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.13: +100 -1
lines
Diff to previous 1.13 (colored)
Adding a machinery to rewrite a QUOTE.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 11 09:52:56 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.12: +15 -4
lines
Diff to previous 1.12 (colored)
Fixed a bug in appendpfins.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 10 05:27:03 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Modified so that unnecessary parentheses do not appear.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 10 02:41:08 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +1 -13
lines
Diff to previous 1.10 (colored)
Removed 'attr' from QUOTE.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 9 08:02:01 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.9: +17 -2
lines
Diff to previous 1.9 (colored)
Added a member 'attr' in oQUOTE.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 4 03:31:28 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.8: +12 -16
lines
Diff to previous 1.8 (colored)
Added utility function for TB.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 4 01:41:32 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.7: +43 -20
lines
Diff to previous 1.7 (colored)
Corrected DP->quote conversion. Added TeXsymbol manipulation.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 3 09:25:30 2004 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.6: +47 -28
lines
Diff to previous 1.6 (colored)
Implementing quotetotex().
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:25 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2,
RELEASE_1_2_1
Changes since 1.5: +20 -54
lines
Diff to previous 1.5 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 5 09:01:28 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.4: +10 -1
lines
Diff to previous 1.4 (colored)
Unary - (minus) is newly introduced, which obsolates [b_op,-,0,a]. quote(-a) is converted into [u_op,-,[internal,a]]. In the parser, a new identifier I_MINUS is introduced.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 4 05:14:04 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.3: +136 -8
lines
Diff to previous 1.3 (colored)
Added alias of newmat(), newvect(), <<...>>. newmat = matrix, newvect = vector, <<...>> = exponent_vector(...). Refined the behavior of eval_variables_in_quote(). 1. VECT, MAT, DP, STR is properly converted. 2. produces simplified result for polys.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 4 02:46:15 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.2: +2 -0
lines
Diff to previous 1.2 (colored)
Added $OpenXM$ in quote.c.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 4 02:45:33 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.1: +118 -0
lines
Diff to previous 1.1 (colored)
eval_variables_in_quote(Q) now converts internal objects into quote form. example: [] X = (sin(x)+y)^2/cos((x+y)^2); [] Y = quote(X); [variable,X] [] A=eval_variables_in_quote(Y); ... [] eval_quote(A); ...
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 21 00:47:27 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
A new file for quote arithmetic.