Powered by Apache

CVS log for OpenXM_contrib2/asir2000/parse/parse.y

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 28 05:27:22 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +8 -2 lines
Diff to previous 1.37 (unified)

1. Added x!=factorial(x) as a pure function. If x is a real number,
  It gives the value of Gamma(x+1).
2. Added abs(x) as a pure function.
3. One can use break, return and continue at the toplevel.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:21 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.36: +5 -1 lines
Diff to previous 1.36 (unified)

DP object now accepts general data type as coefficients.
Added DPM (element of a free module) and several related functions:
dpm_ltod, dpm_dtol, dpm_ht, dpm_hm, dpm_hc, dpm_nf, dpm_weyl_nf etc.
A monomial of DPM is represented as <<d0,d1,...:k>>, which
represents x0^d0*x1^d1*...*ek (ek is the k-th standard base of k[X]^n).

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 9 06:08:11 2014 UTC (9 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (unified)

*** empty log message ***

Revision 1.35 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:45 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34 (unified)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (12 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.33: +17 -17 lines
Diff to previous 1.33 (unified)

0's in the arguments of mknode, mksnode and mkfnode have been changed to
NULLP (=(void *)0).

Revision 1.33 / (download) - annotate - [select for diffs], Mon Sep 1 06:20:33 2008 UTC (15 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.32: +7 -2 lines
Diff to previous 1.32 (unified)

(*F)(...) now accepts options.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Sep 30 01:35:25 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (unified)

Added cons operator [X|Y].
[x,y|[u,v]] = [x,y,u,v].

Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 21 23:39:32 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

Added a flag for builtin functions, which indicates a capability of
accepting quoted arguments.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Sep 13 06:54:22 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.29: +1 -6 lines
Diff to previous 1.29 (unified)

Removed unify(), which is useless.
quote_unify(quote(Expr),quote(Pattern)) does the same task.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 13 06:40:46 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (unified)

Added an experimental function unify(Expr,Pattern).

unify(x+y,X+Y) return 1, and X=x, Y=y are executed.
unify(x-y,X+Y) return 0, and does nothing.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 24 06:28:39 2005 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (unified)

Fixed a bug in substitution for Laurent poly.
Added a ctrl switch "terse" for avoiding some messages.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jul 27 04:35:11 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.26: +7 -3 lines
Diff to previous 1.26 (unified)

Subsititution to a static variable should work correctly.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Apr 7 08:33:12 2005 UTC (19 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.25: +15 -1 lines
Diff to previous 1.25 (unified)

Added comparison function for QUOTE.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 21 09:05:16 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

Fixed a bug in the treatment of variable type.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 18 05:57:00 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -8 lines
Diff to previous 1.23 (unified)

Implemented indirect function call for module local functions.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 5 08:28:54 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified)

Added a new order type (composite order).

Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 1 02:18:53 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.21: +8 -2 lines
Diff to previous 1.21 (unified)

The parser now comlains when 'if' statement without 'else' is inputed
at the toplevel.

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 30 00:47:25 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (unified)

Global functions can be overriden in modules.
::fname() can be used to call a global function.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 23 00:11:59 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

pfdef f(x) -> function f(x).
fixed a bug in Pox_push_{cmo,local}.

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 20 06:15:01 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.18: +14 -11 lines
Diff to previous 1.18 (unified)

In a module,

1. The compilation will be stopped if a function is defined without declaration.
2. A function is regarded as global if it is not declared.
3. If a variable is declared to be local, the other local variables should
   also be decalared.

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 16 09:34:50 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (unified)

Removed 'globalf'.
Added 'localf'.

By default, a function is assumed to be defined outside the module.
If it is declared as localf, or already declared in the module, the
function is assumed to be local in the module.

A swith 'show_corssref' is added to ctrl() keys. If it is set to
a nonzero value, cross references are shown during loading the file.

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 16 07:56:16 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.16: +15 -4 lines
Diff to previous 1.16 (unified)

Added a declaration of global user-defined function in a module.

module xxx;
...
globalf a,b,c;
...
endmodule;

In the above, a, b, c are searched in the list of user-defined functions,
which are defined outside modules.

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 14 09:18:38 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.15: +6 -7 lines
Diff to previous 1.15 (unified)

Changed the sytax of module definition:

module name;
...
...
endmodule;

In a module, a variable appearing outside functions must be declared
as an extern or a static variable.

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 14 06:20:12 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.14: +11 -4 lines
Diff to previous 1.14 (unified)

'module' has been added experimentally.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 22 02:08:29 2002 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (unified)

Added ';'.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 9 00:42:15 2002 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (unified)

1. eval_str() now creates new variabls.
2. The registered handler is called before ox_resetenv() is called.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 3 01:47:31 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.11: +8 -1 lines
Diff to previous 1.11 (unified)

!!!Important!!!  (full rebuild may be necessary)

Asir2000 now links pari-2.2, so the pari/Makefile has been changed to
make pari-2.2.
Added pari(factor,..) and pari(allocatemem,..).

pari(factor,Poly) : univariate factorization by knapsack algorithm.
pari(allocatemem,SIZE) : sets the paristack size to SIZE byte.
pari(allocatemem) : doubles the paristack.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 5 09:01:28 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

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.10 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:10 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (unified)

Added a new data type for finite field : GFSN (finite extension of
a small finite field)

setmod_ff(P,N,M)  (P^N < 2^20, N*M < 2^31) : generates GF((P^N)^M)
which is realized as a quotient ring of GF(P^N)[t].

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:28 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.8: +15 -43 lines
Diff to previous 1.8 (unified)

Added a code to prevent automatic exit by stack overflow (experimental).
A new data type GFSPN (finite extension of small finite field) is being
implemented.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 21 01:39:39 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

Parentheses are now evalauated in eval(). That is, Parentheses remains
in a quoted expression.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 20 09:50:35 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +15 -2 lines
Diff to previous 1.6 (unified)

recmap(f,ListOrMatrixOrVector,RestOfArgs) : recursive map

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 20 02:34:24 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (unified)

Added a new data type 'QUOTE' (experimental).

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:57 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.4: +1 -6 lines
Diff to previous 1.4 (unified)

Removed ugly '#if defined(THINK_C)'.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 21 09:19:27 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.3: +4 -15 lines
Diff to previous 1.3 (unified)

One can use C-like structure. Details will be found in Asir users manual.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:27 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:47 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:12 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:12 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>