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
- hturtle module (צב) and few example scripts
- color module (צבע) for working with hturtle
- 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.
