Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
arpeggio-gm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
backend
arpeggio-gm
Commits
d9033b49
Commit
d9033b49
authored
Sep 20, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog update + version bump
parent
3f701132
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
CHANGELOG
CHANGELOG
+15
-5
setup.py
setup.py
+1
-1
No files found.
CHANGELOG
View file @
d9033b49
Changelog for Arpeggio
Changelog for Arpeggio
======================
======================
2014-08-16 Release 0.7
* 2014-09-20 Release 0.8
- Support for eolterm modifier in repetitions.
- Support for custom regex match string representation.
- Various bugfixes.
- Improved debug messages.
* 2014-08-16 Release 0.7
- Parse tree navigation
- Parse tree navigation
- Better semantic action debugging output.
- Better semantic action debugging output.
- Tests reorganization and cleanup.
- Tests reorganization and cleanup.
...
@@ -10,18 +18,20 @@ Changelog for Arpeggio
...
@@ -10,18 +18,20 @@ Changelog for Arpeggio
- Default semantic actions and automatic terminal suppressing during semantic analysis.
- Default semantic actions and automatic terminal suppressing during semantic analysis.
- PEG language support refactoring and code cleaning.
- PEG language support refactoring and code cleaning.
2014-06-06 Release 0.6
* 2014-06-06 Release 0.6
- Support for Python 3 (issue #7)
- Support for Python 3 (issue #7)
- Matched rules available as attributes of non-terminals (issue #2)
- Matched rules available as attributes of non-terminals (issue #2)
- Lexical rules support (issue #6). Implemented as Combine decorator.
- Lexical rules support (issue #6). Implemented as Combine decorator.
2014-02-02 Release 0.5
* 2014-02-02 Release 0.5
- Bugfixes
- Bugfixes
- Examples
- Examples
- Parse tree reduction for one-child non-terminals.
- Parse tree reduction for one-child non-terminals.
2009-09-15 - Initial release (v0.1-dev)
*
2009-09-15 - Initial release (v0.1-dev)
Implemented features:
- Basic error reporting.
- Basic error reporting.
- Basic support for comments handling (needs refactoring)
- Basic support for comments handling (needs refactoring)
- Raw parse tree.
- Raw parse tree.
...
...
setup.py
View file @
d9033b49
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
###############################################################################
###############################################################################
__author__
=
"Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__author__
=
"Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__
=
"0.8
-dev
"
__version__
=
"0.8"
from
setuptools
import
setup
from
setuptools
import
setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment