Index of /code/hpy

      Name                    Last modified       Size  Description

[DIR] Parent Directory 30-May-2008 13:56 - [TXT] COPYING 08-Sep-2006 22:20 18k [TXT] MANIFEST.in 08-Sep-2006 22:20 1k [TXT] TODO 08-Sep-2006 22:20 1k [DIR] examples/ 08-Sep-2006 22:20 - [DIR] hpy/ 08-Sep-2006 22:20 - [TXT] hpython 08-Sep-2006 22:20 2k [TXT] setup.py 08-Sep-2006 22:20 1k [TXT] test.py 08-Sep-2006 22:20 1k [DIR] tests/ 08-Sep-2006 22:20 - [DIR] tools/ 08-Sep-2006 22:20 -

Hebrew Python
=============

Install
=======

Run python setup.py install

Usage
=====

To run Hebrew Python script::
	
	hpython FILE
	
To invoke the Hebrew Python interpreter::

	hpython


Writing Hebrew scripts
======================

See example scripts and hpy/hebrew.py.

Scripts must use UTF-8 encoding.


Changes
=======

0.3 Excepted 2006-09
--------------------

- Interactive Hebrew Python interpreter
- Examples can be used as input to interactive hpython
- Hebrew turtle module (צב) and few example scripts
- Bidirectional translation between Hebrew Python and Python source
- Compile Hebrew Python modules to Python modules

0.2 2006-08-29
--------------

- Standard installation
- Add -s option to print source (Kobi Zamir)
- Add -t option to print tokens
- Change printTokens to accept file path
- Add gtk example (kobi Zamir)
- Add setup.py (Kobi Zamir)

0.1.2 2006-08-28
----------------

- Finally fix indentation in translate
- Add 99 botles of beer example

0.1.1 2006-08-28
----------------

- Fix indentation bug in translate
- Mangle only non-ascii identifiers - allows using any existing identifier
- Add mix example script
- Improve hebrew keyword translation
- Minor rafactorings
- Rename of Hebrew files names to English (bzr unicode support problems)


0.1 2006-08-27
--------------

First release. Implementation based on idea by Noam Raphael.