![]()
Up to [local] / OpenXM / src / util
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [selected], Tue Mar 25 07:09:26 2014 UTC (11 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (unified)
Added the OpenXM tag. Incidentally, it is a porting of src/k097/d.c.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 25 07:08:25 2014 UTC (11 years, 7 months ago) by takayama
Branch: MAIN
Diff to selected 1.2 (unified)
oxlistlocalf asirProgram
outputs a list of the functions defined in the asirProgram.
For example, when the asirProgram is as
def foo(X) {return(X);}
def afo(X,Y) { return(X+Y);}
the oxlistlocalf outputs
localf foo$
localf afo$
I hope that it is useful to modulize asir programs.