Skip to content

Commit

Permalink
Adds a link
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Dec 11, 2013
1 parent 9edaff5 commit f601e2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/build/documentation.html
Expand Up @@ -61,6 +61,10 @@ <h1>Documentation</h1><p><a href="get-started.html"><strong>Getting Started</str
using parslet. I sense a theme here. Code is on github &#8211; this is the first
article in a series, linked from the article.</li>
</ul>
<ul>
<li><a href="http://viget.com/extend/write-you-a-parser-for-fun-and-win">Write You a Parser for Fun and Win</a>
a succinct writeup on parsing text formats by David Eisinger.</li>
</ul>
<p><a href="http://rubydoc.info/gems/parslet/frames"><strong><span class="caps">YARD</span> Class Documentation</strong></a></p>
<p>The <a href="http://rubydoc.info/gems/parslet/frames"><span class="caps">YARD</span> documentation</a> will help you
with the nitty gritty. This documentation is real important too. It will be
Expand Down
3 changes: 3 additions & 0 deletions website/source/documentation.html.textile
Expand Up @@ -49,6 +49,9 @@ of parslet. Especially:
shows how to parse TOML ("Tom's Obvious Minimal Language":https://github.com/mojombo/toml)
using parslet. I sense a theme here. Code is on github - this is the first
article in a series, linked from the article.

* "Write You a Parser for Fun and Win":http://viget.com/extend/write-you-a-parser-for-fun-and-win
a succinct writeup on parsing text formats by David Eisinger.

"*YARD Class Documentation*":http://rubydoc.info/gems/parslet/frames

Expand Down

0 comments on commit f601e2e

Please sign in to comment.