public
Description: A Ruby-based parsing DSL based on parsing expression grammars.
Homepage: http://treetop.rubyforge.org
Clone URL: git://github.com/nathansobo/treetop.git
Added google group to site.
Nathan Sobo (author)
Fri Feb 15 18:47:41 -0800 2008
commit  e429ed51084f71edde09d440232640e372efa3cf
tree    b902447c16391cc2b5221b276991502aad5483d0
parent  12c8cf99c7409a9af9577d43bdf57421275a2563
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+#Google Group
0
+I've created a <a href="http://groups.google.com/group/treetop-dev">Google Group</a> as a better place to organize discussion and development.
0
+treetop-dev@google-groups.com
0
+
0
 #Contributing
0
 I like to try Rubinius's policy regarding commit rights. If you submit one patch worth integrating, I'll give you commit rights. We'll see how this goes, but I think it's a good policy.
0
 
...
1
 
2
3
4
5
6
7
8
 
 
 
 
 
 
9
10
11
...
 
1
2
3
4
5
6
7
 
8
9
10
11
12
13
14
15
16
0
@@ -1,11 +1,16 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">
0
           _uacct = "UA-3418876-1";
0
           urchinTracker();
0
           </script>
0
- </head><body><div id="top"><div id="main_navigation"><ul><li><a href="syntactic_recognition.html">Documentation</a></li><li>Contribute</li><li><a href="index.html">Home</a></li></ul></div></div><div id="middle"><div id="content"><h1>Contributing</h1>
0
+ </head><body><div id="top"><div id="main_navigation"><ul><li><a href="syntactic_recognition.html">Documentation</a></li><li>Contribute</li><li><a href="index.html">Home</a></li></ul></div></div><div id="middle"><div id="content"><h1>Google Group</h1>
0
+
0
+<p>I've created a <a href="http://groups.google.com/group/treetop-dev">Google Group</a> as a better place to organize discussion and development.
0
+treetop-dev@google-groups.com</p>
0
+
0
+<h1>Contributing</h1>
0
 
0
 <p>I like to try Rubinius's policy regarding commit rights. If you submit one patch worth integrating, I'll give you commit rights. We'll see how this goes, but I think it's a good policy.</p>
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<html><head><link rel="stylesheet" href="./screen.css" type="text/css"></link>
0
+<html><head><link type="text/css" href="./screen.css" rel="stylesheet" />
0
           <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
0
           </script>
0
           <script type="text/javascript">

Comments

    No one has commented yet.