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

Jérémie Laval jeremie.laval at gmail.com
Mon Feb 23 06:55:27 EST 2009


Hey,

There are already several existing tools you may use like Irony (grammar and
parser framework) and the DLR (turning AST into running programs). Both are
on CodePlex if you want the code.

That's the two I used to get a minimal implementation of Scheme running on
Mono.

--
Jérémie Laval
jeremie.laval at gmail.com
http://garuma.wordpress.com


On Sun, Feb 22, 2009 at 3:52 PM, xiul <ziul1979 at gmail.com> wrote:

>
> 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-tp22147566p22147566.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090223/3dc39550/attachment.html 


More information about the Mono-devel-list mailing list