<?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: jParser and jTokenizer released</title>
	<atom:link href="http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/</link>
	<description>Tim Whitlock&#039;s personal site and blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:28:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pear</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-12986</link>
		<dc:creator>pear</dc:creator>
		<pubDate>Wed, 29 Jun 2011 06:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-12986</guid>
		<description>&lt;a href=&quot;#comment-12919&quot; rel=&quot;nofollow&quot;&gt;@pear &lt;/a&gt; 
I fixed it. Chaging 74th line on JTokenizerBase.php to $this-&gt;regNumber = &#039;/^(?:0x[A-F0-9]+&#124;\d*\.\d+(?:E(?:\+&#124;\-)?\d+)?&#124;\d+(?:E(?:\+&#124;\-)?\d+)?)/i&#039;; can solve the bug.
And there is a bug what not support Regular expression &#039;m&#039; modifier.
This can be solved by changing 54th and 64th lines on JTokenizerBase.php from [gi] to [gim].</description>
		<content:encoded><![CDATA[<p><a href="#comment-12919" rel="nofollow">@pear </a><br />
I fixed it. Chaging 74th line on JTokenizerBase.php to $this-&gt;regNumber = &#8216;/^(?:0x[A-F0-9]+|\d*\.\d+(?:E(?:\+|\-)?\d+)?|\d+(?:E(?:\+|\-)?\d+)?)/i&#8217;; can solve the bug.<br />
And there is a bug what not support Regular expression &#8216;m&#8217; modifier.<br />
This can be solved by changing 54th and 64th lines on JTokenizerBase.php from [gi] to [gim].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pear</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-12919</link>
		<dc:creator>pear</dc:creator>
		<pubDate>Mon, 27 Jun 2011 09:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-12919</guid>
		<description>Great code!
but It can&#039;t parse like the code below.

var o = 8e3;

Could you fix and upgrade it?</description>
		<content:encoded><![CDATA[<p>Great code!<br />
but It can&#8217;t parse like the code below.</p>
<p>var o = 8e3;</p>
<p>Could you fix and upgrade it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-8822</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sat, 26 Mar 2011 11:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-8822</guid>
		<description>Yep, I use Closure myself nowadays. It&#039;s great</description>
		<content:encoded><![CDATA[<p>Yep, I use Closure myself nowadays. It&#8217;s great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will Farrell</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-7773</link>
		<dc:creator>will Farrell</dc:creator>
		<pubDate>Tue, 08 Mar 2011 23:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-7773</guid>
		<description>&lt;a href=&quot;#comment-7769&quot; rel=&quot;nofollow&quot;&gt;@will Farrell &lt;/a&gt; 
Never mind, friend just told me about Google Closure Compiler</description>
		<content:encoded><![CDATA[<p><a href="#comment-7769" rel="nofollow">@will Farrell </a><br />
Never mind, friend just told me about Google Closure Compiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will Farrell</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-7769</link>
		<dc:creator>will Farrell</dc:creator>
		<pubDate>Tue, 08 Mar 2011 22:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-7769</guid>
		<description>I was looking around for some code to substitute variables for shorter name to decrease the files size of my js files. Your obfuscate feature works awesome! I was wondering is there is a toggle to prevent it from changing the function names, as well as not have a leading $? Thanks.</description>
		<content:encoded><![CDATA[<p>I was looking around for some code to substitute variables for shorter name to decrease the files size of my js files. Your obfuscate feature works awesome! I was wondering is there is a toggle to prevent it from changing the function names, as well as not have a leading $? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-164</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 07 Aug 2010 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-164</guid>
		<description>I&#039;d have to refactor it to return rather than echo. I&#039;m not actively working this at the moment.
I suggest you use PHP output buffering to achieve this for now.</description>
		<content:encoded><![CDATA[<p>I&#8217;d have to refactor it to return rather than echo. I&#8217;m not actively working this at the moment.<br />
I suggest you use PHP output buffering to achieve this for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Nilsson</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-163</link>
		<dc:creator>Sebastian Nilsson</dc:creator>
		<pubDate>Wed, 07 Jul 2010 22:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-163</guid>
		<description>Is it possible to export to xml without using $Prog-&gt;dump(new JLex);?
I would like to save it to a variable instead of printing directly to page.</description>
		<content:encoded><![CDATA[<p>Is it possible to export to xml without using $Prog-&gt;dump(new JLex);?<br />
I would like to save it to a variable instead of printing directly to page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lubosdz</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-162</link>
		<dc:creator>lubosdz</dc:creator>
		<pubDate>Tue, 04 May 2010 13:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-162</guid>
		<description>Hi Tim,

your javascript PHP parser should have 3-5 more examples for real-world usage.

It looks very promising so far...

Please could you add few more example on how it should be used with few online demos...?

Thank you.
Lubos</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>your javascript PHP parser should have 3-5 more examples for real-world usage.</p>
<p>It looks very promising so far&#8230;</p>
<p>Please could you add few more example on how it should be used with few online demos&#8230;?</p>
<p>Thank you.<br />
Lubos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baker</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-161</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Mon, 11 Jan 2010 13:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-161</guid>
		<description>Thanks for sharing, I&#039;m looking forward to seeing the approach you&#039;ve taken in your code</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, I&#8217;m looking forward to seeing the approach you&#8217;ve taken in your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lbdyer</title>
		<link>http://timwhitlock.info/blog/2009/11/14/jparser-and-jtokenizer-released/#comment-160</link>
		<dc:creator>lbdyer</dc:creator>
		<pubDate>Mon, 07 Dec 2009 08:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://web.2point1.com/?p=243#comment-160</guid>
		<description>Great piece of code!</description>
		<content:encoded><![CDATA[<p>Great piece of code!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

