Notice: Copyright (C) 2002-2004, Kevin P. Albrecht E-mail: kevin@albrecht.net Website: http://kevin.alteu.com/ PORTIA Version: 0.01.0070 (21 Feb 2004) Portia Spec: 0.01 (21 Feb 2004)
PORTIA is the interpreter for the Portia Virtual Machine Language. It can execute Portia ASCII text 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.
On the command line, type the following:
Usage: portia [ options ] [ filename ]
The options are:
Options | Description -----------------+------------------------------------------- -a, --about | display release and contact info -l, --license | display distribution license -v, --verbose | print verbose information Filename ------------------------------------------------------------- * filename of Portia source file * extension can be omitted (.PRA)
The Portia Virtual Machine Language is fully described in the Portia Virtual Machine Language Specification which can be downloaded from the website listed at the top of this document.
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.