Monday, March 10, 2008 1:00 AM
dede
Irony
Ini tentu bukan lagu yang di bawakan oleh Chrisye.
Quote ini lebih menjelaskan lebih lanjut apa Irony ini.
Irony
is a new-generation .NET compiler construction kit. It utilizes the
full potential of c# 2.0 and .NET Framework to implement a completely
new and streamlined technology of compiler construction.
Unlike
most existing yacc/lex-style solutions Irony does not employ any
scanner or parser code generation from grammar specifications written
in proprietary meta-language. In Irony the target language grammar is
coded directly in c# using operator overloading to express grammar
constructs. Irony's scanner and parser modules use the grammar encoded
as c# class to control the parsing process. See the expression grammar sample for an example of grammar definition in c# class, and using it in a working parser.
Jadi anda mau membuat .Net Compiler? ini tool-nya.
Filed under: {.NET}, {mono}