My company uses a scripting language which i have not been able to find the origins of. It seems to be bits of everything.
Anyway im sick of making stupid mistakes in my code and it not being picked up until runtime. Or more complicated issues like the accidental reuse of global and local variables without noticing which can cause unexpected results which are hard to trace.
Id like to write a syntax checker and im looking for recommendations on how to go about this. Im a C# developer so that would be my language of choice.
Anyone know of any open source similar developments which i vould modify or atleast give me some ideas about how to go about this?
Get answers to practical, detailed questions
– Steve Mar 21 '13 at 11:52