Artifact 018d03b902a051b0c019e8496204af6a6c646d8961abbb9f5c7bdeb10abcc1d6:
- File
psl-1983/help/zfiles.hlp
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1695) [annotate] [blame] [check-ins using] [more...]
ZFILES.HLP 2 Jan, 1982/MLG ========== This is a loadable option (Load ZFiles). File package of IMSSS series, contains 2 packages -- (1) YFILES -- useful functions for accessing files. (2) YTOPCOM -- useful functions for compiling files. See PD:ZFILES.DOC and PU:ZFILES.LSP for more info %%%% YFILES -- BASIC FILE ACCESSING UTILITIES An IMSSS File descriptor is a canonical FILE name, gets converted to file string: FILE or (FILE) -> "FILE.LSP" (FILE.EXT) -> "File.Ext" (DIR FILE) -> "<Dir>File.LSP" (DIR FILE EXT) -> "<dir>File.Ext" "xxx" -> "xxx" --------------------------------------------------------------- FORM-FILE ( FILE:DSCR ): filename EXPR GRABBER ( SELECTION FILE:DSCR ): NIL EXPR DUMPER ( FILE:DSCR ): NIL EXPR DUMPFNS-DE ( SELECTION FILE:DSCR ): NIL EXPR DUMP-REMAINING ( SELECTION:list DUMPED:list ): NIL EXPR FCOPY ( IN:DSCR OUT:DSCR filedscrs ):boolean EXPR REFPRINT-FOR-GRAB-CTL( #X: any ):NIL EXPR G:CREFON Switched on by cross reference program CREF:FILE G:JUST:FNS Save only fn names in variable whose name is the first field of filename if T, O/W save all exprs in that variable G:FILES List of files read into LISP G:SHOW:TRACE Turns backtrace in ERRORSET on if T G:SHOW:ERRORS Prints ERRORSET error messages if T %%%% YTOPCOM -- Compiler Control functions PPLAP( MODE CODE ) EXPR COMPILE-FILE( FILE:DSCR ) FEXPR COMPILE-IN-CORE( FILE:DSCR ):NIL FEXPR GCMSG( X:boolean ):any EXPR