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
646d9ca2
Commit
646d9ca2
authored
Jun 14, 2013
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gitignore. Fixed url in setup.
parent
e8ec28d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
3 deletions
+49
-3
.gitignore
.gitignore
+46
-0
setup.py
setup.py
+3
-3
No files found.
.gitignore
0 → 100644
View file @
646d9ca2
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
# Eclipse
.settings
.project
.pydevproject
# KDE Dolphin
.directory
# Graphviz
*.dot
*.svg
setup.py
View file @
646d9ca2
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#######################################################################
#######################################################################
########
# Name: arpeggio.py
# Purpose: PEG parser interpreter
# Author: Igor R. Dejanović <igor DOT dejanovic AT gmail DOT com>
...
...
@@ -9,7 +9,7 @@
#
# Arpeggio is implementation of pacrat 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.1-dev"
...
...
@@ -22,7 +22,7 @@ DESC = 'Pacrat parser interpreter'
AUTHOR
=
'Igor R. Dejanovic'
AUTHOR_EMAIL
=
'igor DOT dejanovic AT gmail DOT com'
LICENCE
=
'MIT'
URL
=
'http
://arpeggio.googlecode.com/
'
URL
=
'http
s://github.com/igordejanovic/arpeggio
'
setup
(
name
=
NAME
,
...
...
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