Create an Account
username: password:
 
  MemeStreams Logo

RE: Irony - .NET Compiler Construction Kit. - Home

search


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


 
 
Powered By Industrial Memetics