-- UnparserBuffer.df
-- Last Edited by: Gnelson, December 6, 1983 1:18 am
-- Last Edited by: Beach, February 14, 1984 2:21:24 pm PST

Exports [Indigo]<Juno>5.1>Parser>

  UnparserBuffer.df                            14-Feb-84 14:42:10 PST

Exports [Indigo]<Juno>5.1>Parser>


  UnparserBuffer.bcd!1                         14-Feb-84 11:26:48 PST
 +UnparserBufferImpl.bcd!1                     14-Feb-84 11:26:50 PST
  UnparserBuffer.mesa!1                        06-Dec-83 02:03:36 PST

Directory [Indigo]<Juno>5.1>Parser>

  MakeUnparserBuffer.cm!1                      14-Feb-84 11:26:05 PST

  UnparserBufferImpl.mesa!1                    06-Dec-83 02:06:05 PST

  oldunparserbufferimpl.mesa!1                 29-Dec-82 11:33:13 PST
  oldunparserbuffer.mesa!1                     21-Nov-83 16:41:46 PST

-- the old versions provide the output line by line instead of char by char, and
-- allow the client to supply a proc to be called on each line.  Unfortunately, this
-- is inconsistent with flushing partially completed lines.

Imports [Indigo]<Cedar5.1>Top>IO.DF Of >
  Using [IO.bcd]

Imports [Indigo]<Cedar5.1>Top>CedarRuntime.DF Of >
  Using [Atom.bcd, Rope.bcd]