|
Irony - .NET Compiler Construction Kit. - Home by Worthersee at 4:52 pm EDT, Mar 10, 2008 |
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.
Reminder to review this at a later date. |
|
RE: Irony - .NET Compiler Construction Kit. - Home by Vile at 3:34 pm EDT, Mar 11, 2008 |
Worthersee wrote: 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.
Reminder to review this at a later date.
Make sure you wear your thickest pair of glasses when you review this, beaker. |
|
| |
RE: Irony - .NET Compiler Construction Kit. - Home by Worthersee at 1:22 am EDT, Mar 12, 2008 |
Vile wrote: Make sure you wear your thickest pair of glasses when you review this, beaker.
Will do. |
|
| | |
RE: Irony - .NET Compiler Construction Kit. - Home by Vile at 1:40 am EDT, Apr 1, 2008 |
Worthersee wrote:
Vile wrote: Make sure you wear your thickest pair of glasses when you review this, beaker.
Will do.
I concede to you, beaker. You have won this meme! Congratulations and good luck! |
|
|
|