As long as you can emit IL in a PE-format executable (basically, if you can emit an executable like gmcs/csc/etc.), Mono can run it.
--Bojan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of xiul Sent: Sunday, February 22, 2009 9:52 AM To: [email protected] Subject: [Mono-dev] Making your own programming language for mono Hi everyone, I just want to know if it's possible to create your own language (a very simple one and probably not object oriented) for mono (for academy purpose of a course at university), and if this task is possible, I want to know just what steps probably I should follow to do this task, like: create lexer in this way, create parser that generate this kind of AST, then pass the AST to this function to generate code or something like that. Thanks for any help. -- View this message in context: http://www.nabble.com/Making-your-own-programming-language-for-mono-tp221475 66p22147566.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
