Log in or register to vote.

AproLang

A Language for Property

::

- APROLANG: A LANGUAGE FOR PROPERTY, VERSION 04 (2006 DEC 28)
=============================================================

You must read the file LICENSE.txt in this folder.

- MAIN NEWS
===========

* new files organization
* fixed docgenerator.py
* new document design
* JavaScript implementation (aprolang.js, main.html, pythoning.js)

- FEATURES
==========

* Implemented with Python
* Implemented with JavaScript

- MAIN FILES
============

js/aprolang.js
js/main.html
js/utilities/pythoning.js

py/aprolang.py
py/main.py
py/utilities/doc/manual.apro (generatedoc -> manual.html)
py/utilities/doc/apro2html.py
py/utilities/doc/docgenerator.py
py/utilities/prop2apro.py

- STARTUP WITH PYTHON
=====================

From console type:

cd AproLang/py/
python main.py

Usage: python ...

0