Juliet Compiler (JULC)

Basic Information


    Notice:  Copyright (C) 2002-2004, Kevin P. Albrecht
    E-mail:  kevin@albrecht.net
    Website: http://kevin.alteu.com/
    
    JULC Version: 1.00.0401 (4 April 2004)
    Juliet Spec:  2004.0 (4 April 2004)
    Portia Spec:  2004.0 (4 April 2004)
  

Description

JULC is a compiler for the Juliet Programming Language. It compiles Juliet source files (*.jul) into Portia source files (*.pra). This program is covered by an X11-style license, which means, in part, that the program and its source code is freely available for distribution and modification, under certain conditions.

Usage

On the command line, type the following:

    julc [ option(s) ] [ filename ]

The options are:

    Options           | Description
    ------------------+-------------------------------------------
     -a               | display release and contact info          
     -l               | display distribution license              
     -p               | do not display progress during compilation
     -d               | generate runtime debug information        
     -s               | print source code lines in output file    
     -o     | specify output filename                   

    Filename                                                      
    --------------------------------------------------------------
     * filename of Juliet source file                             
     * extension can be omitted (.jul)

Juliet Programming Language

The Juliet Programming Language is fully described in the Juliet Programming Language Specification which can be downloaded from the website listed at the top of this document.

The License of the Juliet Compiler (JULC)

Copyright (C) 2002-2004, Kevin P. Albrecht

Permission is hereby granted by Kevin P. Albrecht (the "Author"), free of
charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Author shall not be
used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from the
Author.