Originally Posted By: Shawn
What you compile this under ? Visual Studio 2008 Full or 2010 Beta ?. Can't open with 2008 Express ;-)


It's a solution with multiple projects, not sure if express supports that. I used visual studio 2008 team system. You will need a version that supports unit test projects.

 Originally Posted By: It_took_my_meds
Excellent work! I've only done a little testing so far and it seems to be pretty good. I've thrown it some unusual syntax and in general it has held up well. I have found 1 bug so far relating to using a dynamic null as a boolean, but I'm guessing it won't be too difficult to fix. Anyway, I'm sure more bugs will be found, but the main thing is that the substantive work has been done. Are you able to give a list of the functions, commands and macros that have been implemented so far? Furthermore, you said we could define macros, can you explain how that is done?

Thanks


Thanks for trying it out! Yes, I will make a list of things that are implemented. Defining macro's is trivial:

 Code:
macro test
$test = 2
endmacro

@test


Edited by WvS (2009-07-14 08:51 AM)