<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>338a003e541f73d9c22741174362447f56654d02</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/e3d2566a0f805cc67b44f1f065d57eb99b9ed141</url>
    <id>e3d2566a0f805cc67b44f1f065d57eb99b9ed141</id>
    <committed-date>2009-02-21T18:43:54-08:00</committed-date>
    <authored-date>2009-02-21T18:43:54-08:00</authored-date>
    <message>Major refactoring.  Gazelle is closer to self-hosting.

This is a major change to the design of the Grammar class,
and the Grammar &lt;-&gt; Parser interface.

 - the interface between the Grammar class and the parser
   is cleaner -- less application logic lives in the parser
   now.  This should make Gazelle closer to self-hosting.

 - we more robustly maintain a symbol table that tracks what
   symbols have been defined, what symbols have been
   referenced (but not defined), and what types we expect
   them to be.  This allows us to better catch situations
   like redefinition, references to symbols that are never
   defined, etc.

 - strict mode is now enabled, which throws an error if
   a global is referenced before it is defined, or if it's
   assigned in a function without being first assigned at
   global scope.  I can't believe I didn't turn this on
   long, long ago.  It caught a ton of local variables
   that I neglected to declare local.</message>
    <tree>3886bc67dd20482d058aa425eebdb90772ee9b0e</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>818141dde1000b397e44568c6185da771976e2ae</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/338a003e541f73d9c22741174362447f56654d02</url>
    <id>338a003e541f73d9c22741174362447f56654d02</id>
    <committed-date>2009-02-21T01:15:53-08:00</committed-date>
    <authored-date>2009-02-21T01:15:53-08:00</authored-date>
    <message>Respect 80 chars and terseness in C parsing code.</message>
    <tree>79121595b4d3c3ec73f3553c143b096c64444ba5</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>624c2fbad6ecf05bfaaf2114686ad533c8bd60b3</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/818141dde1000b397e44568c6185da771976e2ae</url>
    <id>818141dde1000b397e44568c6185da771976e2ae</id>
    <committed-date>2009-02-21T01:01:26-08:00</committed-date>
    <authored-date>2009-02-21T01:01:26-08:00</authored-date>
    <message>Bugfixes for IntFA generation and tests.</message>
    <tree>f070f97d91a03d66201780a3e49f90fa975b8980</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7eac0712c19c31a7c431f69947e06e524f76a778</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/624c2fbad6ecf05bfaaf2114686ad533c8bd60b3</url>
    <id>624c2fbad6ecf05bfaaf2114686ad533c8bd60b3</id>
    <committed-date>2009-02-20T20:14:49-08:00</committed-date>
    <authored-date>2009-02-20T20:14:49-08:00</authored-date>
    <message>A few small bugfixes in FA.</message>
    <tree>8bc160344790129dbe92c4ea8893d3927d3a7478</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2bca71e0981a8e61e73fbf29b8d8d96fef47d9d</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/7eac0712c19c31a7c431f69947e06e524f76a778</url>
    <id>7eac0712c19c31a7c431f69947e06e524f76a778</id>
    <committed-date>2009-02-16T13:17:11-08:00</committed-date>
    <authored-date>2009-02-16T13:17:11-08:00</authored-date>
    <message>Removed all remaining uses of old object system.</message>
    <tree>f0e1b804be0a74d7a25485cf868f5bd54b4ce0aa</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>226cd6383c15ffcd47e801d7a7d90476b500ec60</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/f2bca71e0981a8e61e73fbf29b8d8d96fef47d9d</url>
    <id>f2bca71e0981a8e61e73fbf29b8d8d96fef47d9d</id>
    <committed-date>2009-02-16T12:56:55-08:00</committed-date>
    <authored-date>2009-02-16T12:56:55-08:00</authored-date>
    <message>Ported many objects to new Object system.</message>
    <tree>e92b2d1a6b9aea3603f226b88b9a205b0e7d937b</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63e48f430b727a7f55d7e831cc6f48a7b08ebb39</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/226cd6383c15ffcd47e801d7a7d90476b500ec60</url>
    <id>226cd6383c15ffcd47e801d7a7d90476b500ec60</id>
    <committed-date>2009-02-16T11:21:17-08:00</committed-date>
    <authored-date>2009-02-16T11:21:17-08:00</authored-date>
    <message>Added a new lightweight object abstraction.</message>
    <tree>bb621743476f7c2ca032954146170e07a63294dd</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48c2b8898caa8fe852d58d1117f655c71a9e7566</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/63e48f430b727a7f55d7e831cc6f48a7b08ebb39</url>
    <id>63e48f430b727a7f55d7e831cc6f48a7b08ebb39</id>
    <committed-date>2009-02-09T21:51:11-08:00</committed-date>
    <authored-date>2009-02-09T21:51:11-08:00</authored-date>
    <message>One new test for NFA-&gt;DFA conversion, and now all tests run as one lua invocation.</message>
    <tree>8e75994409fb3099b17c17d2b70a79875cb4ee13</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>193df36eea6fdccb0fb8f41d657adbf39398c9d6</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/48c2b8898caa8fe852d58d1117f655c71a9e7566</url>
    <id>48c2b8898caa8fe852d58d1117f655c71a9e7566</id>
    <committed-date>2009-02-06T23:47:31-08:00</committed-date>
    <authored-date>2009-02-06T23:47:31-08:00</authored-date>
    <message>A unit test for minimization.</message>
    <tree>1e68d03cd597dd76642ec37b659da93e69e700cc</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a690322f3a865e7481faea22c4241a5a4b231282</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/193df36eea6fdccb0fb8f41d657adbf39398c9d6</url>
    <id>193df36eea6fdccb0fb8f41d657adbf39398c9d6</id>
    <committed-date>2009-02-05T23:58:01-08:00</committed-date>
    <authored-date>2009-02-05T23:58:01-08:00</authored-date>
    <message>Add dump_to_html to standalone gzlc, so that '-d' will work properly.</message>
    <tree>5b1fd59d4712226ab9d482d2104cd16a8f4f45be</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b50a90849f90c105512581bafb346394f2bac4cd</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/a690322f3a865e7481faea22c4241a5a4b231282</url>
    <id>a690322f3a865e7481faea22c4241a5a4b231282</id>
    <committed-date>2009-02-04T23:32:59-08:00</committed-date>
    <authored-date>2009-02-04T23:32:59-08:00</authored-date>
    <message>Bugfix for LL(*) (and a test case to prevent regression).</message>
    <tree>42d103fe0e2c05ad6c0e6095c471f240d4cdfd81</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ab2670f43e1caa798d5a50f1cf9c27404014969</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/b50a90849f90c105512581bafb346394f2bac4cd</url>
    <id>b50a90849f90c105512581bafb346394f2bac4cd</id>
    <committed-date>2009-02-04T16:43:07-08:00</committed-date>
    <authored-date>2009-02-04T16:43:07-08:00</authored-date>
    <message>Rename rtn.gzl -&gt; gazelle.gzl and add a header comment.</message>
    <tree>72a90aea119595c06456664ff1cb1eb40d1fbcd5</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4b634f236f06bcc4773e75720ce63723ff631511</id>
      </parent>
      <parent>
        <id>d94b86d9ef2fb6d6431543d45066c1215d69723d</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/2ab2670f43e1caa798d5a50f1cf9c27404014969</url>
    <id>2ab2670f43e1caa798d5a50f1cf9c27404014969</id>
    <committed-date>2009-02-04T16:40:04-08:00</committed-date>
    <authored-date>2009-02-04T16:40:04-08:00</authored-date>
    <message>Merge commit 'mbrubeck/master'</message>
    <tree>d0a9fb49a95e73974e0e651822c6fe733a656f54</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ab4bd29debf4f2d84a715875f5d9af1f525fc40</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/4b634f236f06bcc4773e75720ce63723ff631511</url>
    <id>4b634f236f06bcc4773e75720ce63723ff631511</id>
    <committed-date>2009-02-04T16:32:37-08:00</committed-date>
    <authored-date>2009-02-04T16:32:37-08:00</authored-date>
    <message>Fix interactions between whitespace support and minimization.</message>
    <tree>b0472e3a4d4005661cc33559668f6f201023266d</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e17978c21f7513a7b5356c299f5f02118cfc29b1</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/d94b86d9ef2fb6d6431543d45066c1215d69723d</url>
    <id>d94b86d9ef2fb6d6431543d45066c1215d69723d</id>
    <committed-date>2009-02-03T15:18:28-08:00</committed-date>
    <authored-date>2009-02-03T15:17:09-08:00</authored-date>
    <message>Fix a crash reporting an error on the first line.</message>
    <tree>19b6ed04b776ce2b05138550576dbf2867b15eb5</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4ffbc7cbe37a7f9ce81efe487268c20c042ba28</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/e17978c21f7513a7b5356c299f5f02118cfc29b1</url>
    <id>e17978c21f7513a7b5356c299f5f02118cfc29b1</id>
    <committed-date>2009-02-03T14:55:49-08:00</committed-date>
    <authored-date>2009-02-03T14:44:54-08:00</authored-date>
    <message>Another attempt at a working RTN grammar.</message>
    <tree>beec53eef39f426ea5bc84c51d09230bb26be036</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>41bdb8e64f8daf3f8c38b309aac7b4990b7de52b</id>
      </parent>
      <parent>
        <id>5ab4bd29debf4f2d84a715875f5d9af1f525fc40</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/f4ffbc7cbe37a7f9ce81efe487268c20c042ba28</url>
    <id>f4ffbc7cbe37a7f9ce81efe487268c20c042ba28</id>
    <committed-date>2009-02-03T13:17:58-08:00</committed-date>
    <authored-date>2009-02-03T13:17:58-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/haberman/gazelle</message>
    <tree>3dc7892ebe488046b6bc8cd184c5b84211876c62</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2393dbe1ea61c2281bf273761e083970f8a84c1</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/5ab4bd29debf4f2d84a715875f5d9af1f525fc40</url>
    <id>5ab4bd29debf4f2d84a715875f5d9af1f525fc40</id>
    <committed-date>2009-02-03T11:39:34-08:00</committed-date>
    <authored-date>2009-02-03T11:39:34-08:00</authored-date>
    <message>Fix bug removing subparser-redundant paths for terminals with no properties (like EOF).</message>
    <tree>ea333171cd4b8d37f556fb0fc451f0096604ce2b</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2393dbe1ea61c2281bf273761e083970f8a84c1</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/41bdb8e64f8daf3f8c38b309aac7b4990b7de52b</url>
    <id>41bdb8e64f8daf3f8c38b309aac7b4990b7de52b</id>
    <committed-date>2009-02-03T09:14:00-08:00</committed-date>
    <authored-date>2009-02-03T09:03:19-08:00</authored-date>
    <message>Update rtn.gzl for Gazelle 0.4.</message>
    <tree>55b0298f2e3959c691c70b02378c1f9973c12f72</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>mbrubeck@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8fa47caf7a8dc5bfaa39ce595d132297185d6d8</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/d2393dbe1ea61c2281bf273761e083970f8a84c1</url>
    <id>d2393dbe1ea61c2281bf273761e083970f8a84c1</id>
    <committed-date>2009-02-01T11:36:19-08:00</committed-date>
    <authored-date>2009-02-01T11:36:19-08:00</authored-date>
    <message>Updated example Lua grammar.</message>
    <tree>3fc6f1cbb9e5d90586ee36824204cd4551c891b4</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>352aa5170d3b5b06e450b186d5ddbf63c84b370f</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/e8fa47caf7a8dc5bfaa39ce595d132297185d6d8</url>
    <id>e8fa47caf7a8dc5bfaa39ce595d132297185d6d8</id>
    <committed-date>2009-01-22T09:55:34-08:00</committed-date>
    <authored-date>2009-01-22T09:55:34-08:00</authored-date>
    <message>Ignore generated files in docs/ too.</message>
    <tree>ebf6fa34784682d027f392308b1ad23bacfc631e</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>beb592c3df35cbffcee7f88ca698ba0aa7787745</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/352aa5170d3b5b06e450b186d5ddbf63c84b370f</url>
    <id>352aa5170d3b5b06e450b186d5ddbf63c84b370f</id>
    <committed-date>2009-01-22T09:36:35-08:00</committed-date>
    <authored-date>2009-01-22T09:36:35-08:00</authored-date>
    <message>Add some generated files to .gitignore.</message>
    <tree>1f0397e31a9958129784553ccba92c5811150b63</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>699b9b2ffad25bd4bcac4bd59c5c91cf59fca5aa</id>
      </parent>
    </parents>
    <author>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/beb592c3df35cbffcee7f88ca698ba0aa7787745</url>
    <id>beb592c3df35cbffcee7f88ca698ba0aa7787745</id>
    <committed-date>2009-01-22T09:29:16-08:00</committed-date>
    <authored-date>2009-01-22T09:02:08-08:00</authored-date>
    <message>Fix build out-of-the-box on Ubuntu 8.10.

* Use pkg-config to find lua.  (But not on Mac OS X, because the upstream Lua
  distribution does not use pkg-config files.)
* Mark more targets as .PHONY.
* Remove left-over references to interpreter.o.
* Add instructions to install liblua5.1-0-dev on Ubuntu.</message>
    <tree>9e55fb1d4e23d4fd12859b303137360582a24977</tree>
    <committer>
      <name>Matt Brubeck</name>
      <email>matt@limpet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c37c1072dea21594720fb92e4a9531e7d6299539</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/699b9b2ffad25bd4bcac4bd59c5c91cf59fca5aa</url>
    <id>699b9b2ffad25bd4bcac4bd59c5c91cf59fca5aa</id>
    <committed-date>2009-01-21T11:08:17-08:00</committed-date>
    <authored-date>2009-01-21T11:08:17-08:00</authored-date>
    <message>Changes to the README and ReleaseNotes.</message>
    <tree>da1a0daa6061a87d11d5e332605a63dea94fd650</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c10143b022df609ab8491b0ef97e555d382cca75</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/c37c1072dea21594720fb92e4a9531e7d6299539</url>
    <id>c37c1072dea21594720fb92e4a9531e7d6299539</id>
    <committed-date>2009-01-21T11:04:04-08:00</committed-date>
    <authored-date>2009-01-21T11:04:04-08:00</authored-date>
    <message>More release notes, set today as the release day, cleanups, fixes, and documentation for 0.4!</message>
    <tree>bff21c4af4cc3f6cdcd051eaadb4e2f19c14c0cf</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a477c6b76b6693ad81bfadc1cd11eb77cdc43b7</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/c10143b022df609ab8491b0ef97e555d382cca75</url>
    <id>c10143b022df609ab8491b0ef97e555d382cca75</id>
    <committed-date>2009-01-21T00:40:09-08:00</committed-date>
    <authored-date>2009-01-21T00:40:09-08:00</authored-date>
    <message>Hack hack hack to make the build system work on Linux.</message>
    <tree>d28e8a23e9c0faef916018b8c137fb1b0dd15c08</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b47b5c1956329246584cd8d36817e0be5303ca9</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/9a477c6b76b6693ad81bfadc1cd11eb77cdc43b7</url>
    <id>9a477c6b76b6693ad81bfadc1cd11eb77cdc43b7</id>
    <committed-date>2009-01-21T00:35:34-08:00</committed-date>
    <authored-date>2009-01-21T00:35:34-08:00</authored-date>
    <message>More hacks to make gzlc not depend on .lua files.</message>
    <tree>0e3ec1e532865d716a221bc6dd8348306bab8600</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0a214e874043e9c367a52e0bb8b1b1d887f32e73</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/7b47b5c1956329246584cd8d36817e0be5303ca9</url>
    <id>7b47b5c1956329246584cd8d36817e0be5303ca9</id>
    <committed-date>2009-01-20T23:17:40-08:00</committed-date>
    <authored-date>2009-01-20T23:17:40-08:00</authored-date>
    <message>Add Makefile changes for 'make install' rule.</message>
    <tree>95ec975bb7633bf8537ef0166acf2e84b66e15bd</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7bee9a4a612d804582f66d5258a4534348d380c6</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/0a214e874043e9c367a52e0bb8b1b1d887f32e73</url>
    <id>0a214e874043e9c367a52e0bb8b1b1d887f32e73</id>
    <committed-date>2009-01-20T23:15:36-08:00</committed-date>
    <authored-date>2009-01-20T23:15:36-08:00</authored-date>
    <message>gzlc can now be compiled into a standalone binary, and a 'make install' target.</message>
    <tree>80c3b58b44017bddbfd2dee345d8c8d5f2749c6a</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f00c343df90b81b3601ae6834ef790c4f2829d63</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </author>
    <url>http://github.com/haberman/gazelle/commit/7bee9a4a612d804582f66d5258a4534348d380c6</url>
    <id>7bee9a4a612d804582f66d5258a4534348d380c6</id>
    <committed-date>2009-01-20T23:14:37-08:00</committed-date>
    <authored-date>2009-01-20T23:14:37-08:00</authored-date>
    <message>Give parse.h #include &quot;&quot; also.</message>
    <tree>e1f96218bd9e06ced1e5226746faaec679e759d6</tree>
    <committer>
      <name>Joshua Haberman</name>
      <email>joshua@reverberate.org</email>
    </committer>
  </commit>
</commits>
