Ketsuekiame
Veteran Poster
1,195 posts since May 2010
Reputation Points: 541
Solved Threads: 153
Skill Endorsements: 8
ddanbe
Industrious Poster
4,294 posts since Oct 2008
Reputation Points: 2,121
Solved Threads: 723
Skill Endorsements: 26
i have one in C, but its not yet finished. wanna see it for reference? lolz
kapojian
Junior Poster in Training
52 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
if even it is possible to make a compiler with a HLL like C#, but you have to know how to code in assembler, that is mandatory
It is very possible to create a compiler in C# and you don't need to know assembler at all. Using the Emit methods you can generate IL code and save it to a file (just like the C# compiler does). Developing a simple language wouldn't be too hard, and then you can build on it from there.
Momerath
Senior Poster
3,729 posts since Aug 2010
Reputation Points: 1,322
Solved Threads: 624
Skill Endorsements: 13