<?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 for GuShH&#039;s Development Blog</title>
	<atom:link href="http://gushh.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gushh.net/blog</link>
	<description>This blog is about game and software development.</description>
	<lastBuildDate>Tue, 15 Sep 2009 20:48:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Declar&#8217;em! &#8211; Automatic declaration of procedures. by GuShH</title>
		<link>http://gushh.net/blog/2009/09/05/automatic-declare-tool/comment-page-1/#comment-86</link>
		<dc:creator>GuShH</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://gushh.net/blog/?p=240#comment-86</guid>
		<description>You&#039;re right!, this could work instead:
&lt;pre lang=&quot;purebasic&quot;&gt;#PATTERN_FIND 					= &quot;[Pp]rocedure(\.[bcwlifqds])?\s+(\w+)\(.*\)&quot;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You&#8217;re right!, this could work instead:</p>

<div class="wp_syntax"><div class="code"><pre class="purebasic" style="font-family:monospace;">#PATTERN_FIND 					<span style="color: #000066;">=</span> <span style="color: #009900;">&quot;[Pp]rocedure(\.[bcwlifqds])?\s+(\w+)\(.*\)&quot;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on Declar&#8217;em! &#8211; Automatic declaration of procedures. by andrew</title>
		<link>http://gushh.net/blog/2009/09/05/automatic-declare-tool/comment-page-1/#comment-85</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://gushh.net/blog/?p=240#comment-85</guid>
		<description>thanks that saves a lot of time, but it seems to fail on something like this:

&lt;pre lang=&quot;purebasic&quot;&gt;Procedure InputParser( Array value.s(1), Array index(1) )&lt;/pre&gt;

something with brackets in the parameters; so i use this regex instead

 &lt;pre lang=&quot;purebasic&quot;&gt;#PATTERN_FIND = &quot;[Pp]rocedure(\.[bcwlifqds])?\s+(\w+)\(.*\).?\r\n&quot;&lt;/pre&gt;

it tries to match until the end of the line, but has a side-effect of including that into the match; probably should &#039;chomp&#039; that out</description>
		<content:encoded><![CDATA[<p>thanks that saves a lot of time, but it seems to fail on something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="purebasic" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">Procedure</span> InputParser<span style="color: #000066;">&#40;</span> Array value.s<span style="color: #000066;">&#40;</span><span style="color: #CC0000;">1</span><span style="color: #000066;">&#41;</span>, Array index<span style="color: #000066;">&#40;</span><span style="color: #CC0000;">1</span><span style="color: #000066;">&#41;</span> <span style="color: #000066;">&#41;</span></pre></div></div>

<p>something with brackets in the parameters; so i use this regex instead</p>

<div class="wp_syntax"><div class="code"><pre class="purebasic" style="font-family:monospace;">#PATTERN_FIND <span style="color: #000066;">=</span> <span style="color: #009900;">&quot;[Pp]rocedure(\.[bcwlifqds])?\s+(\w+)\(.*\).?\r\n&quot;</span></pre></div></div>

<p>it tries to match until the end of the line, but has a side-effect of including that into the match; probably should &#8216;chomp&#8217; that out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guitar Rig 3 &#8211; A couple of helpful tools. by alexei</title>
		<link>http://gushh.net/blog/2009/07/28/guitar-rig-3-a-couple-of-helpful-tools/comment-page-1/#comment-82</link>
		<dc:creator>alexei</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://gushh.net/blog/?p=131#comment-82</guid>
		<description>Thanks!! it works</description>
		<content:encoded><![CDATA[<p>Thanks!! it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Structuring libraries, basic design tips. by GuShH</title>
		<link>http://gushh.net/blog/2009/08/28/structuring-libraries-basic-design-tips/comment-page-1/#comment-81</link>
		<dc:creator>GuShH</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://gushh.net/blog/?p=227#comment-81</guid>
		<description>Hi “shadowsill”

I didn’t use a stack or list as an example because I wanted something even simpler to depict my words. And so it happens random numbers and a little bit of added functionality is not a bad example in my opinion.

I do have a Linked List library, but it needs a little bit of refactoring and at the moment I don’t have the time, but I will eventually post most of my libs in here.

Yes, It’s a shame that PB doesn’t support dynamic lists. Take a look at the Wikipedia entry on Linked Lists if you’re interested on implementing your own, it’s quite simple. However it takes some programming knowledge to do it efficiently. I think their team needs to get their priorities right; there is no use in faster code if you’re stuck with static lists altogether.

I added you, but keep in mind that I may only reach you through offline messages most of the time, unless you happen to be online 24/7. I’m at -3 GMT here in Argentina, just so you know.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi “shadowsill”</p>
<p>I didn’t use a stack or list as an example because I wanted something even simpler to depict my words. And so it happens random numbers and a little bit of added functionality is not a bad example in my opinion.</p>
<p>I do have a Linked List library, but it needs a little bit of refactoring and at the moment I don’t have the time, but I will eventually post most of my libs in here.</p>
<p>Yes, It’s a shame that PB doesn’t support dynamic lists. Take a look at the Wikipedia entry on Linked Lists if you’re interested on implementing your own, it’s quite simple. However it takes some programming knowledge to do it efficiently. I think their team needs to get their priorities right; there is no use in faster code if you’re stuck with static lists altogether.</p>
<p>I added you, but keep in mind that I may only reach you through offline messages most of the time, unless you happen to be online 24/7. I’m at -3 GMT here in Argentina, just so you know.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Structuring libraries, basic design tips. by shadowsill</title>
		<link>http://gushh.net/blog/2009/08/28/structuring-libraries-basic-design-tips/comment-page-1/#comment-79</link>
		<dc:creator>shadowsill</dc:creator>
		<pubDate>Tue, 01 Sep 2009 01:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://gushh.net/blog/?p=227#comment-79</guid>
		<description>it was a nice read. although the example was quite weird to me. why not a linkedlist or a stack?. I like how you emphasize the create &amp; destroy deal (to avoid memory leaks).

speaking of the devil, will you post a linked list library?. I read your other entries and I totally get you when you rant about dynamic lists. I too think it&#039;s a must have and I can&#039;t understand why they didn&#039;t put them. although I disagree on PB being a shitty language.

please add me to your messenger. I got a few questions about linkedlists.
thanks!</description>
		<content:encoded><![CDATA[<p>it was a nice read. although the example was quite weird to me. why not a linkedlist or a stack?. I like how you emphasize the create &#038; destroy deal (to avoid memory leaks).</p>
<p>speaking of the devil, will you post a linked list library?. I read your other entries and I totally get you when you rant about dynamic lists. I too think it&#8217;s a must have and I can&#8217;t understand why they didn&#8217;t put them. although I disagree on PB being a shitty language.</p>
<p>please add me to your messenger. I got a few questions about linkedlists.<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.407 seconds -->
