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
03307679
Commit
03307679
authored
Oct 14, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README update
parent
f0ac5e4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
README.rst
README.rst
+5
-4
No files found.
README.rst
View file @
03307679
...
...
@@ -93,8 +93,9 @@ Instantiate a parser. Parser works as grammar interpreter. There is no code gene
from arpeggio import ParserPython
parser = ParserPython(calc) # calc is the root rule of your grammar
# Use param debug=True for verbose debugging messages and
# grammar and parse tree visualization using graphviz and dot
# Use param debug=True for verbose debugging
# messages and grammar and parse tree visualization
# using graphviz and dot
Parse your inputs.
...
...
@@ -102,8 +103,8 @@ Parse your inputs.
parse_tree = parser.parse("-(4-1)*5+(2+4.67)+5.89/(.2+7)")
Analyze parse tree directly or write a visitor class to transform it to a more
usable form. See examples how it is done.
Analyze parse tree directly or write a visitor class to transform it to a more
usable form. See examples how it is done.
For textual PEG syntaxes instead of :code:`ParserPyton` instantiate :code:`ParserPEG`
from :code:`arpeggio.peg` or :code:`arpeggio.cleanpeg` modules. See examples how it is done.
...
...
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