Artifact 3d2dffe9cee7d3b1300c19f84208ca569e00f9325b9cde74660d50dd28fd287f:
- Executable file
r38/lisp/csl/util/c-code38.sh
— 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: 374) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # c-code38. generate C code... optionally limit number of fns to compile. # This script may be passed a directory as arg1, but if not it expects # to find my source files in "../cslbase" if test -n "$1" then srcdir="$1" else srcdir=../cslbase fi ./slowr38 -w -Dno_init_file $srcdir/../util/c-code38.red -D@srcdir=$srcdir -Dhow_many=$1 -- log/c-code38.log