Creating a Programming Language

Posted by Lucifer on Stack Overflow See other posts from Stack Overflow or by Lucifer
Published on 2011-02-19T07:21:45Z Indexed on 2011/02/19 7:25 UTC
Read the original article Hit count: 228

Don't worry, I'm not going to ask that question, yet again...

I am wanting to create my own programming language, just for learning sake.

I don't want anything other than possibly a few links to head me into the right direction.

MSDN Documentation on C# that is specific to what is required to create a language would be great!

For the time being, all I am wanting to create is a very simple language that allows me to Create a Form, add a control to it, give that control a location, and maybe even some properties like a Text property, or maybe even a Color property. That's it!

Any help / advice at all is greatly appreciated!

Thank you :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET