<p>Thanks a lot, just had a look and it seems interesting. On my tiny screen I can&#39;t quite tell whether it&#39;s precisely what I&#39;m looking for straight away but I&#39;ll read it through.<br>
You&#39;re right about XNA. In general it&#39;s designed for 1/2 man teams (sometimes a little bigger) so building the game entirely in C# wouldn&#39;t normally be an issue, especially with the short compile times for C#... but we seem to be in a bit of a rare situation where the scripting would be more useful in a small group.<br>

XNA actually has several scripting languages, just none of them work on the 360, and our game is for a competition where one of the requirements is it _has_ to run on that... so yeah... fun... will be releasing my code open somewhere, assuming I finish writing it...</p>

<p>I&#39;ve kinda got most things sorted up to the point of implementing the parser. I&#39;ve (hopefully) got function bindings working but I&#39;m not sure whether it&#39;s the best way. Unsure how I can link variables effectively, but I&#39;ll find a way :) I haven&#39;t actually had a successful test of my code because I haven&#39;t had enough stuff to test, but I ran it and it did what expected, and as soon as I can somehow link the variables I should have enough to build up a mock symbol table and test it :)</p>

<p>Meh. Think it might have to wait until tomorrow though, these templates aren&#39;t working and my head is hurting...</p>
<p>Thanks again for replies<br>
Nistur</p>
<p><blockquote type="cite">On Jun 19, 2009 10:25 PM, &quot;Iain Barnett&quot; &lt;<a href="mailto:iainspeed@gmail.com">iainspeed@gmail.com</a>&gt; wrote:<br><br><div style="word-wrap:break-word"><p><font color="#500050">
On 19 Jun 2009, at 10:01 pm, Nistur wrote:

&gt; Why is what? The scripting engine?


</font></p><div>Yep, thanks. Since XNA is a framework the reason for needing a scripting language wasn&#39;t entirely obvious, and asking sometimes helps a better answer to appear.</div><div><br></div><div>Maybe something from this?</div>
<div><a href="http://www.codeproject.com/KB/cs/DSLTools.aspx" target="_blank">http://www.codeproject.com/KB/cs/DSLTools.aspx</a></div><div><br></div><font color="#888888"><div>Iain</div><div><br></div></font></div><br>_______________________________________________<br>

dundee GNU/Linux Users Group mailing list<br>
<a href="mailto:dundee@lists.lug.org.uk">dundee@lists.lug.org.uk</a>  <a href="http://dundee.lug.org.uk" target="_blank">http://dundee.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/dundee" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/dundee</a><br>
Chat on IRC, #tlug on <a href="http://dundee.lug.org.uk" target="_blank">dundee.lug.org.uk</a><br></blockquote></p>