Juliet Interpreter (JULI)

Basic Information

  Notice:  Copyright (C) 2002-2003, Kevin P. Albrecht
  E-mail:  kevin@albrecht.net
  Website: http://kevin.alteu.com/

  JULI Version: 0.20.0206 (15 Jan 2003)
  Juliet Spec:  0.20 (15 Jan 2003)
  Romeo Spec:   0.11 (15 Jan 2003)
 

Description

JULI is the interpreter for the Juliet Programming Language. It can execute Juliet source files (*.jul) or can translate them to Romeo source files (*.rom). 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:

  Usage: juli [ options ] [ filename ]
 
The options are:

  Options          | Description                     
  -----------------+-------------------------------------------
   -a, --about     | display release and contact info          
   -l, --license   | display distribution license              
   -v, --verbose   | print verbose information                 
   -f, --fast      | execute fast, without debug information   
   -r X, --romeo X | output Romeo intermediate file, do not run

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

Juliet Programming Language

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

The License of the Juliet Interpreter (JULI)

Copyright (C) 2002-2003, 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.