DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦0cbc84ae8⟧ TextFile

    Length: 1319 (0x527)
    Types: TextFile
    Names: »mosy.1«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/others/mosy/mosy.1« 

TextFile

.TH MOSY 1 "15 May 1988"
.\" $Header: /f/osi/others/mosy/RCS/mosy.1,v 6.0 89/03/18 23:35:59 mrose Rel $
.\"
.\"
.\" $Log:	mosy.1,v $
.\" Revision 6.0  89/03/18  23:35:59  mrose
.\" Release 5.0
.\" 
.SH NAME
mosy - Managed Object Syntax-compiler (yacc-based)
.SH SYNOPSIS
.in +.5i
.ti -.5i
.B mosy
\%[\-d]
\%[\-o\0module.py]
\%[\-s]
\fImodule.my\fR
.in -.5i
.SH DESCRIPTION
The \fImosy\fR program reads a description of a \fImanaged objects\fR
module and produces \fIC\fR routines and definitions suitable for use with
the \fIlibmosy\fR\0(3n) library.
.PP
The `\-d' switch directs \fImosy\fR to ignore most \fIpepy\fR\-style
augmentations.
.PP
The `\-o' switch sets the name of the output file,
which is normally derived from the name of the input file.
The distinguished file \*(lq\-\*(rq can be used to force the use of the
standard output.
.PP
Normally, \fImosy\fR prints the name of each object, identifier, or type
as it works.
The `\-s' switch disables this behavior.
.SH FILES
.nf
.ta \w'\fImodule\fR-objects.c  'u
\fImodule\fR-objects.c	object information for \fImodule\fR
.re
.fi
.SH "SEE ALSO"
pepy(1),
.br
\fIThe ISO Development Environment: User's Manual\fR,
.SH AUTHOR
Marshall T. Rose,
The Wollongong Group
.SH BUGS
The \fBSTATUS\fR and \fBACCESS\fR clauses are currently recognized but
otherwise ignored.