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
b06e1c83
Commit
b06e1c83
authored
Aug 16, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump. Preparing for release on PyPI.
parent
2fe9230c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
CHANGELOG
CHANGELOG
+2
-1
LICENSE.txt
LICENSE.txt
+0
-0
setup.cfg
setup.cfg
+2
-0
setup.py
setup.py
+6
-5
No files found.
CHANGELOG
View file @
b06e1c83
Changelog for Arpeggio
======================
Development version (on master branch)
2014-08-16 Release 0.7
- Parse tree navigation
- Better semantic action debugging output.
- Tests reorganization and cleanup.
- Examples cleanup.
...
...
LICENSE
→
LICENSE
.txt
View file @
b06e1c83
File moved
setup.cfg
0 → 100644
View file @
b06e1c83
[metadata]
description-file = README.md
setup.py
View file @
b06e1c83
...
...
@@ -7,12 +7,12 @@
# Copyright: (c) 2009 Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>
# License: MIT License
#
# Arpeggio is implementation of packrat parser interpreter based on PEG grammars.
# Arpeggio is
an
implementation of packrat parser interpreter based on PEG grammars.
# Parsers are defined using python language construction or PEG language.
###############################################################################
__author__
=
"Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>"
__version__
=
"0.7
-dev
"
__version__
=
"0.7"
from
setuptools
import
setup
...
...
@@ -21,8 +21,9 @@ VERSION = __version__
DESC
=
'Packrat parser interpreter'
AUTHOR
=
'Igor R. Dejanovic'
AUTHOR_EMAIL
=
'igor DOT dejanovic AT gmail DOT com'
LICENCE
=
'MIT'
URL
=
'https://github.com/igordejanovic/arpeggio'
LICENSE
=
'MIT'
URL
=
'https://github.com/igordejanovic/Arpeggio'
DOWNLOAD_URL
=
'https://github.com/igordejanovic/Arpeggio/tarball/v0.7.0'
setup
(
name
=
NAME
,
...
...
@@ -32,7 +33,7 @@ setup(
author_email
=
AUTHOR_EMAIL
,
maintainer
=
AUTHOR
,
maintainer_email
=
AUTHOR_EMAIL
,
license
=
LICEN
C
E
,
license
=
LICEN
S
E
,
url
=
URL
,
packages
=
[
"arpeggio"
],
keywords
=
"parser packrat peg"
,
...
...
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