mruffalo / path

PATH programming language interpreter
http://pathlang.sourceforge.net/
MIT License
0 stars 0 forks source link

PATH v0.33 Copyright (c) 2003-04 Francis Rogers

About

PATH is a programming language based on the Brainf*ck language. Unlike conventional programming languages, PATH programs travel in four directions, similarly to Befunge.

For more information on the PATH language, visit: http://pathlang.sf.net/

Installation

PATH requires Python to install and run. Make sure you've got it installed first. PATH runs on Python 3 and possibly also Python 2 (recent changes have not been tested on Python 2).

To install the interpreter, run "python setup.py install". You should then be able to invoke the interpreter with "path".

After installation, you may want to read the PATH manual with "man path".

Plugins

The PATH language can be extended with interpreter plugins. You may put the plugins in /usr/lib/path or ~/.path/ ; see the path man page for details.

There are multiple plugins included with PATH. Check the various plugins/*.README files for details on how to use them.

License

Copyright (c) 2003-04 Francis Rogers

Permission is hereby granted, 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 AUTHORS OR COPYRIGHT HOLDERS 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.