<?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: JSReg javascript parser</title>
	<atom:link href="http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/</link>
	<description>Javascript blog with messed up syntax inside</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: andrew</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1843</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 14 Oct 2010 12:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1843</guid>
		<description>do yo have any video tutorial about this??</description>
		<content:encoded><![CDATA[<p>do yo have any video tutorial about this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostadin</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1730</link>
		<dc:creator>Kostadin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 04:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1730</guid>
		<description>Check out http://www.rpasearch.com/web/en/parsejavascript.php

This is a demo of how to use the RPA engine to parse JavaScript.</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://www.rpasearch.com/web/en/parsejavascript.php" rel="nofollow">http://www.rpasearch.com/web/en/parsejavascript.php</a></p>
<p>This is a demo of how to use the RPA engine to parse JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1426</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Fri, 23 Jan 2009 16:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1426</guid>
		<description>@Sam

Great idea! I might try that</description>
		<content:encoded><![CDATA[<p>@Sam</p>
<p>Great idea! I might try that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Shull</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1425</link>
		<dc:creator>Sam Shull</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1425</guid>
		<description>Install the VMWare free server edition on your local machine, create an image of the same flavor OS as your provider uses, compile Spidermonkey on that image then upload to provider. Not guaranteed to work, but a very good chance that it will.</description>
		<content:encoded><![CDATA[<p>Install the VMWare free server edition on your local machine, create an image of the same flavor OS as your provider uses, compile Spidermonkey on that image then upload to provider. Not guaranteed to work, but a very good chance that it will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1424</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Fri, 23 Jan 2009 13:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1424</guid>
		<description>@romain

I considered that but for a couple of reasons I decided not to. I&#039;d have to review the code used and I wouldn&#039;t be in control of the development.

I looked at Rhino as well but I just don&#039;t like java never have. 

The goal is to produce Hackvertor tags using this parser which will allow a sandboxed environment and allow users to upload their own.</description>
		<content:encoded><![CDATA[<p>@romain</p>
<p>I considered that but for a couple of reasons I decided not to. I&#8217;d have to review the code used and I wouldn&#8217;t be in control of the development.</p>
<p>I looked at Rhino as well but I just don&#8217;t like java never have. </p>
<p>The goal is to produce Hackvertor tags using this parser which will allow a sandboxed environment and allow users to upload their own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romain</title>
		<link>http://www.thespanner.co.uk/2009/01/22/jsreg-javascript-parser/#comment-1423</link>
		<dc:creator>romain</dc:creator>
		<pubDate>Fri, 23 Jan 2009 12:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=324#comment-1423</guid>
		<description>why not using PHP or so to generate a proper AST for your JS tool?
I&#039;ve seen tools like:
http://pear.chiaraquartet.net/lemon/
which is supposed to produce a proper parser based on a grammar. I know it&#039;s mostly for the fun, but I think you will run into maintainability problems/etc.</description>
		<content:encoded><![CDATA[<p>why not using PHP or so to generate a proper AST for your JS tool?<br />
I&#8217;ve seen tools like:<br />
<a href="http://pear.chiaraquartet.net/lemon/" rel="nofollow">http://pear.chiaraquartet.net/lemon/</a><br />
which is supposed to produce a proper parser based on a grammar. I know it&#8217;s mostly for the fun, but I think you will run into maintainability problems/etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

