by SteveCooperOrg on Mon Jun 14, 2010 10:49 pm
Hi,
At the moment I've set myself the project of learning to write compilers for simple DSLs. I want to be able to write them as Visual Studio languages, so that you get full Visual Studio integration, and can compile them to .net assemblies. I'm getting on well enough with the front end (parsing text) so I thought I'd look at the back end, and how to generate dlls.