[Mono-dev] Making your own programming language for mono

Bojan Rajkovic bojanr at brandeis.edu
Mon Feb 23 01:12:46 EST 2009


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: mono-devel-list-bounces at lists.ximian.com
[mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of xiul
Sent: Sunday, February 22, 2009 9:52 AM
To: mono-devel-list at lists.ximian.com
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
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list