Testing C# interpreter

  • Thread starter Thread starter Alexander Baranovsky
  • Start date Start date
A

Alexander Baranovsky

Hello,

I'm finishing creation of C# interpreter based on the ECMA-334 2nd edition.
Could you offer please good links on C# code samples which can help me in
the testing? I mean brief C# samples which illustrate separate language
features: arrays, delegates, operator overloading etc?

Thank you.

Alexander Baranovsky
VIRT Laboratory
http://www.paxscript.com/
(e-mail address removed)
 
Hello,

I'm finishing creation of C# interpreter based on the ECMA-334 2nd edition.
Could you offer please good links on C# code samples which can help me in
the testing? I mean brief C# samples which illustrate separate language
features: arrays, delegates, operator overloading etc?

The .NET QuickStarts have tons of sample code:

http://samples.gotdotnet.com/quickstart/howto/
 
Back
Top