<p>Thanks a lot, just had a look and it seems interesting. On my tiny screen I can't quite tell whether it's precisely what I'm looking for straight away but I'll read it through.<br>
You're right about XNA. In general it's designed for 1/2 man teams (sometimes a little bigger) so building the game entirely in C# wouldn'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've kinda got most things sorted up to the point of implementing the parser. I've (hopefully) got function bindings working but I'm not sure whether it's the best way. Unsure how I can link variables effectively, but I'll find a way :) I haven't actually had a successful test of my code because I haven'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'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, "Iain Barnett" <<a href="mailto:iainspeed@gmail.com">iainspeed@gmail.com</a>> wrote:<br><br><div style="word-wrap:break-word"><p><font color="#500050">
On 19 Jun 2009, at 10:01 pm, Nistur wrote:
> Why is what? The scripting engine?
</font></p><div>Yep, thanks. Since XNA is a framework the reason for needing a scripting language wasn'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>