<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Code: Tokenizer</title>
	<atom:link href="http://jet.ro/2009/11/10/code-tokenizer/feed/" rel="self" type="application/rss+xml" />
	<link>http://jet.ro/2009/11/10/code-tokenizer/</link>
	<description>designer/programmer tidbits</description>
	<lastBuildDate>Tue, 20 Dec 2011 03:09:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jetro</title>
		<link>http://jet.ro/2009/11/10/code-tokenizer/comment-page-1/#comment-71</link>
		<dc:creator>jetro</dc:creator>
		<pubDate>Sun, 24 Jan 2010 22:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://jet.ro/?p=782#comment-71</guid>
		<description>Thanks for the tip, I updated the zip contents.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I updated the zip contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://jet.ro/2009/11/10/code-tokenizer/comment-page-1/#comment-69</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://jet.ro/?p=782#comment-69</guid>
		<description>You may want to change lines 111 and 112 of Tokenizer.cpp from:

            if (str[a] == separators[b])
                ++mCount;

to:

            if (str[a] == separators[b]) {
                ++mCount;
                break;
            }</description>
		<content:encoded><![CDATA[<p>You may want to change lines 111 and 112 of Tokenizer.cpp from:</p>
<p>            if (str[a] == separators[b])<br />
                ++mCount;</p>
<p>to:</p>
<p>            if (str[a] == separators[b]) {<br />
                ++mCount;<br />
                break;<br />
            }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

