Commit b2bdad78 authored by Igor Dejanovic's avatar Igor Dejanovic

Release 0.9.

parent f9932bc7
Changelog for Arpeggio
======================
* Development
- Visitor pattern support for semantic analysis.
- Alternative PEG syntax (arpeggio.cleanpeg module)
* 2014-10-16 Release 0.9
- Visitor pattern support for semantic analysis - issue 15
- Alternative PEG syntax (arpeggio.cleanpeg module) - issue 11
- Support for unicode in grammars.
- Python 2/3 compatibility for unicodes.
......
......@@ -12,7 +12,7 @@
###############################################################################
__author__ = "Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__ = "0.9-dev"
__version__ = "0.9"
from setuptools import setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment