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 1 month since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

Sweet Parser

Compare

  Analyzed about 6 hours ago

Sweet Parser is a C++ parser library. Given a BNF grammar the library generates an LALR(1) parser that recognizes the language described by that grammar. The parser can be generated at runtime without the need for an offline generation step. If generation is required there is a stand alone ... [More] executable that provides Lua scriptable code generation from the parser state machine. Parsers generated this way have no dependencies on anything other than the standard libary. [Less]

7.83K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Eto.Parse

Compare

  Analyzed about 11 hours ago

Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars

17.8K lines of code

0 current contributors

over 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

yajl

Compare

  Analyzed about 20 hours ago

A fast streaming JSON parsing library in C. This variant uses BSDMake to build and includes various fixes and enhancements.

5.43K lines of code

0 current contributors

8 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

fucc-lisp

Compare

  No analysis available

Parser generator for Common Lisp.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit