version 1.22, 2003/08/26 12:46:04 |
version 1.25, 2003/12/04 05:27:19 |
|
|
% $OpenXM: OpenXM/src/kan96xx/Kan/dr.sm1,v 1.21 2003/08/24 05:25:58 takayama Exp $ |
% $OpenXM: OpenXM/src/kan96xx/Kan/dr.sm1,v 1.24 2003/09/13 13:14:03 takayama Exp $ |
%% dr.sm1 (Define Ring) 1994/9/25, 26 |
%% dr.sm1 (Define Ring) 1994/9/25, 26 |
%% This file is error clean. |
%% This file is error clean. |
|
|
Line 3753 $ [ff ff] fromVectors :: $ |
|
Line 3753 $ [ff ff] fromVectors :: $ |
|
] |
] |
] putUsages |
] putUsages |
|
|
|
/ecart.debug_reduction1 0 def |
/beginEcart { |
/beginEcart { |
(red@) (ecart) switch_function |
(red@) (ecart) switch_function |
[(Ecart) 1] system_variable |
[(Ecart) 1] system_variable |
Line 3760 $ [ff ff] fromVectors :: $ |
|
Line 3761 $ [ff ff] fromVectors :: $ |
|
[(ReduceLowerTerms) 0] system_variable |
[(ReduceLowerTerms) 0] system_variable |
[(AutoReduce) 0] system_variable |
[(AutoReduce) 0] system_variable |
[(EcartAutomaticHomogenization) 0] system_variable |
[(EcartAutomaticHomogenization) 0] system_variable |
|
ecart.debug_reduction1 { |
|
(red@) (debug) switch_function |
|
} { } ifelse |
} def |
} def |
|
|
[(endEcart) |
[(endEcart) |
Line 3824 $ [ff ff] fromVectors :: $ |
|
Line 3828 $ [ff ff] fromVectors :: $ |
|
arg1 |
arg1 |
} def |
} def |
|
|
|
/addStdoutStderr { |
|
[(>) (stringOut://@@@stdout) (2>) (stringOut://@@@stderr)] join |
|
} def |
|
|
|
/usages { |
|
/arg1 set |
|
[/name /flag /n /k /slist /m /i /sss] pushVariables |
|
[ |
|
/name arg1 def |
|
/flag true def |
|
|
|
%BUG: should use regular expression in a future. |
|
name tag 1 eq { |
|
@.usages { 0 get } map shell { (, ) nl } map /sss set |
|
} { |
|
|
|
/sss [ ] def |
|
@.usages length /n set |
|
0 1 << n 1 sub >> |
|
{ |
|
/k set |
|
name << @.usages k get 0 get >> eq |
|
{ |
|
/slist @.usages k get 1 get def |
|
/m slist length def |
|
0 1 << m 1 sub >> { |
|
/i set |
|
sss slist i get append nl append /sss set |
|
} for |
|
/flag false def |
|
} |
|
{ } |
|
ifelse |
|
} for |
|
|
|
%BUG: cannot get usages of primitives. |
|
flag |
|
{name Usage /sss [(Usage of ) name ( could not obtained.) nl ] def} |
|
{ } |
|
ifelse |
|
} ifelse |
|
/arg1 sss cat def |
|
] pop |
|
popVariables |
|
arg1 |
|
} def |
|
[(usages) |
|
[(key usages usages-as-a-string) |
|
(num usages list-of-key-words) |
|
]] putUsages |
|
|
; |
; |
|
|