<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'set'
 
 module Tokens
 
-  Keywords = Set[:def, :end, :if, :include, :begin, :rescue, :then,:else]
+  Keywords = Set[:def, :end, :if, :include, :begin, :rescue, :then,:else,:when]
 
   class Sym
     def self.expect(s)</diff>
      <filename>tokens.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c99d10e44d6ddcee2fad2c636462b2cebd92d48</id>
    </parent>
  </parents>
  <author>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </author>
  <url>http://github.com/vidarh/writing-a-compiler-in-ruby/commit/1d9f3217479ca501bd8f7ad04055ee7b86abe293</url>
  <id>1d9f3217479ca501bd8f7ad04055ee7b86abe293</id>
  <committed-date>2009-04-25T09:37:27-07:00</committed-date>
  <authored-date>2009-04-25T09:37:27-07:00</authored-date>
  <message>Added test case for 'case' and fixed it (added :when to Keywords)</message>
  <tree>1833866543adb0336f23f2c2794587bb40783d45</tree>
  <committer>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </committer>
</commit>
