PreviousUpNext

15.2.100  src/lib/prettyprint/big/prettyprint.lib

# Prettyprint.lib
#
#
# The main sources file for the Prettyprint library.

# Compiled by:
#     src/app/c-glue-maker/c-glue-maker.lib
#     src/app/future-lex/src/lexgen.lib
#     src/app/makelib/makelib.sublib
#     src/lib/c-kit/src/parser/c-parser.sublib
#     src/lib/compiler/back/low/lib/lowhalf.lib
#     src/lib/compiler/core.sublib
#     src/lib/compiler/front/basics/basics.sublib
#     src/lib/compiler/front/typer-stuff/typecheckdata.sublib
#     src/lib/compiler/front/typer/typer.sublib

LIBRARY_EXPORTS

        api Prettyprint_Description
        api Prettyprint_Device
        api Prettyprint_Token
        api Prettyprint_Stream
        api Prettyprint_Buffer
        api Prettyprinter
        api Prettyprint

        generic prettyprint_stream_g
        generic prettyprint_buffer_g
        generic prettyprint_description_g
        generic prettyprint_debug_g

        /* devices */
        pkg text_iopp
        pkg simple_text_io_device
        pkg ansi_terminal_device
        pkg ansiterm_pp
        pkg html_device
        pkg string_token
        pkg prettyprinter
        pkg prettyprint


LIBRARY_COMPONENTS
        $ROOT/src/lib/prettyprint/big/src/prettyprinting.sublib
        $ROOT/src/lib/prettyprint/big/devices/prettyprint-devices.sublib
        $ROOT/src/lib/std/standard.lib
        $ROOT/src/lib/prettyprint/big/src/prettyprint.pkg
        $ROOT/src/lib/prettyprint/big/src/prettyprinter.api
        $ROOT/src/lib/prettyprint/big/src/prettyprinter.pkg



# COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies.
# Subsequent changes by Jeff Prothero Copyright (c) 2010-2013,
# released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext