Tagged Questions
1
vote
3answers
641 views
C# Interpreted Language
I am looking to write an interpreted language in C#, where should I start? I know how I would do it using fun string parsing, but what is the correct way?