<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Source/BooColorizerParser/ColorizerParserBase.cs</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -53,6 +53,7 @@
   &lt;ItemGroup&gt;
     &lt;Compile Include=&quot;ColorizerParser.cs&quot; /&gt;
     &lt;Compile Include=&quot;BooTokenLexer.cs&quot; /&gt;
+    &lt;Compile Include=&quot;ColorizerParserBase.cs&quot; /&gt;
     &lt;Compile Include=&quot;ColorizerToken.cs&quot; /&gt;
     &lt;Compile Include=&quot;ILexer.cs&quot; /&gt;
     &lt;Compile Include=&quot;PegTokenType.cs&quot; /&gt;</diff>
      <filename>Source/BooColorizerParser/BooColorizerParser.csproj</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ using OMetaSharp;
 
 namespace BooColorizerParser
 {
-    public class ColorizerParser : Parser&lt;char&gt;
+    public class ColorizerParser : ColorizerParserBase&lt;char&gt;
     {
         public override bool Digit(OMetaStream&lt;char&gt; inputStream, out OMetaList&lt;HostExpression&gt; result, out OMetaStream &lt;char&gt; modifiedStream)
         {</diff>
      <filename>Source/BooColorizerParser/ColorizerParser.cs</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 using OMetaSharp;
 
-ometa BooColorizerParser.ColorizerParser&lt;char, int&gt; : Parser&lt;char&gt; {
+ometa BooColorizerParser.ColorizerParser&lt;char, int&gt; : ColorizerParserBase&lt;char&gt; {
   Digit   ^= Super(Digit):d           -&gt; { d },
   Number  ^= Number:n Digit:d         -&gt; { n * 10 + d }
            | Digit,</diff>
      <filename>Source/BooColorizerParser/ColorizerParser.ometacs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d836952552c9f979fbf0d6f1f6e63a012e24e37e</id>
    </parent>
  </parents>
  <author>
    <name>Jeffery Olson</name>
    <email>olson.jeffery@gmail.com</email>
  </author>
  <url>http://github.com/olsonjeffery/boolangstudio/commit/4b17393954dce478f25c375669c4dc7dc03693b0</url>
  <id>4b17393954dce478f25c375669c4dc7dc03693b0</id>
  <committed-date>2008-10-21T08:02:31-07:00</committed-date>
  <authored-date>2008-10-21T08:02:31-07:00</authored-date>
  <message>added ColorizerParserBase&lt;T&gt;, which ColorizerParser extends
We do this so that ColorizerParser will have a HandleMatch member, which will most likely be implemented in a class that extends is, like BooTokenLexer (which should prolly be renamed, as well)</message>
  <tree>d983f097b84f19039bb96a6cb4fcd04ca02321ca</tree>
  <committer>
    <name>Jeffery Olson</name>
    <email>olson.jeffery@gmail.com</email>
  </committer>
</commit>
