Artifact 55d3ab8f7136c63eaaada242da4573c51e082921acfd8076663031c8a6d2cc62:
- Executable file
r37/packages/gentran/gentran.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 401) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/packages/gentran/gentran.red
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 401) [annotate] [blame] [check-ins using]
module gentran; % Header module for gentran package. % Author: Barbara L. Gates. % Modifications by: Michael C. Dewar. create!-package('(gentran utils intrfc templt pre gparser redlsp segmnt lspfor lsprat lspc lsppasc goutput), '(contrib gentran)); symbolic smacro procedure smallfloatp u; % Returns true if <structure> is a small rounded. atom u; endmodule; end;