Testing C# interpreter

  • Thread starter Alexander Baranovsky
  • 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)
 
P

Patrick Steele [MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top