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
f00ab04b
Commit
f00ab04b
authored
Oct 14, 2014
by
Igor Dejanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small README cleanup
parent
03307679
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.rst
README.rst
+6
-6
No files found.
README.rst
View file @
f00ab04b
...
@@ -85,7 +85,7 @@ Write a grammar. There are several ways to do that:
...
@@ -85,7 +85,7 @@ Write a grammar. There are several ways to do that:
The second and third options are implemented using canonical first form.
The second and third options are implemented using canonical first form.
Feel free to implement your own grammar syntax if you don't like these
Feel free to implement your own grammar syntax if you don't like these
(see modules
:code:`arpeggio.peg` and :code:`arpeggio.cleanpeg
`).
(see modules
``arpeggio.peg`` and ``arpeggio.cleanpeg`
`).
Instantiate a parser. Parser works as grammar interpreter. There is no code generation.
Instantiate a parser. Parser works as grammar interpreter. There is no code generation.
...
@@ -106,10 +106,10 @@ Parse your inputs.
...
@@ -106,10 +106,10 @@ Parse your inputs.
Analyze parse tree directly or write a visitor class to transform it to a more
Analyze parse tree directly or write a visitor class to transform it to a more
usable form. See examples how it is done.
usable form. See examples how it is done.
For textual PEG syntaxes instead of
:code:`ParserPyton` instantiate :code:`ParserPEG
`
For textual PEG syntaxes instead of
``ParserPyton`` instantiate ``ParserPEG`
`
from
:code:`arpeggio.peg` or :code:`arpeggio.cleanpeg
` modules. See examples how it is done.
from
``arpeggio.peg`` or ``arpeggio.cleanpeg`
` modules. See examples how it is done.
To debug your grammar set
:code:`debug` parameter to :code:`True
`. A verbose debug
To debug your grammar set
``debug`` parameter to ``True`
`. A verbose debug
messages will be printed and a dot files will be generated for parser model (grammar)
messages will be printed and a dot files will be generated for parser model (grammar)
and parse tree visualization.
and parse tree visualization.
...
@@ -128,8 +128,8 @@ Discuss, ask questions
...
@@ -128,8 +128,8 @@ Discuss, ask questions
----------------------
----------------------
Please use `discussion forum`_ for general discussions, suggestions etc.
Please use `discussion forum`_ for general discussions, suggestions etc.
If you are on
`stackoverflow`
_ you can ask questions there.
If you are on
stackoverflow
_ you can ask questions there.
Just make sure to tag your question with
:code:`arpeggio
` so that your question
Just make sure to tag your question with
``arpeggio`
` so that your question
reach me.
reach me.
Contribute
Contribute
...
...
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