Is there anything in .NET that allows me to define a grammar and generate a programming language?
- by user1525474
I have a course in which the proffesor has asked us to create a DSL for a our final project. He presented us in the first courses xText with Eclipse. This being a new course, I am still a bit fuzzy on what Domain Specific Languages means.
This is my current understanding: a domain specific language is a language that is created for specific…