I've found many generated files in the source of SharpDevelop. (In namespaces ICSharpCode.SharpDevelop.Dom, ICSharpCode.SharpDevelop.NRefactory)
I'm in the process of designing a new language. I just want to know what is the tool used to generate those files (e.g. Antlr ?), and more appreciated, giving us the input sources for this tool (for example the .g3 file for Antlr)
Thanks for the help