Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Irony — .NET Language Implementation Kit

Compare

  Analyzed 1 day ago

Irony is a development kit for implementing languages on .NET platform. Unlike most existing yacc/lex-style solutions Irony does not employ any scanner or parser code generation from grammar specifications written in a specialized meta-language. In Irony the target language grammar is coded directly ... [More] 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. [Less]

25.9K lines of code

4 current contributors

about 2 months since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

libfirm

Compare

  Analyzed about 23 hours ago

The Firm library implements the Firm intermediate representation (ir), a graph based SSA intermediate represenation for compilers.

142K lines of code

7 current contributors

7 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This