<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 **/*.rbc
 pkg*
-doc*
\ No newline at end of file
+doc*
+*~
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-
+;; Fibonacci sequence
 (define fib (lambda (x)
 	      (if (&lt; x 2) 1
 		  (+ (fib (- x 1))</diff>
      <filename>examples/fib.scm</filename>
    </modified>
    <modified>
      <diff>@@ -74,7 +74,7 @@ module BusScheme
               when /\A(&quot;(.*?)&quot;)/ # string
                 Regexp.last_match[2]
               when /\A(#{IDENTIFIER_BEGIN}+#{IDENTIFIER_CHARS}*)/ # symbol
-                puts &quot;#{Regexp.last_match[1]} - #{@@lines}&quot;
+                # puts &quot;#{Regexp.last_match[1]} - #{@@lines}&quot;
                 # bugger--this is *not* going to work. every reference to the symbol
                 # resets the defined_in properties. ick! i don't want a ParseNode class!
                 Regexp.last_match[1].intern.affect{ |sym| sym.defined_in = [BusScheme.loaded_files.last, @@lines] }</diff>
      <filename>lib/parser.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2c167ae3de06296b489379db45c12b0a8122dc55</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>phil@hagelb.org</email>
  </author>
  <url>http://github.com/technomancy/bus-scheme/commit/f5f6e7a589afc8a4f9134839b8269d7e97522f77</url>
  <id>f5f6e7a589afc8a4f9134839b8269d7e97522f77</id>
  <committed-date>2008-02-06T17:57:35-08:00</committed-date>
  <authored-date>2008-02-06T17:57:35-08:00</authored-date>
  <message>didn't need to puts there</message>
  <tree>db64abea63e7eec100ed6ebde89efbb78c9d363a</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>phil@hagelb.org</email>
  </committer>
</commit>
