Tags : Browse Projects

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

Sprache

Compare

  Analyzed about 18 hours ago

Sprache makes parsing 'external' DSLs clean and simple. It does this by relying on C# language features like lambda expressions and Linq. Unlike most parser-building frameworks, you use Sprache directly from your program code, and don't need to set up any build-time code generation tasks.

3.4K lines of code

0 current contributors

over 2 years since last commit

4 users on Open Hub

Inactive
5.0
 
I Use This

as3corelib

Compare

  Analyzed about 11 hours ago

The corelib project is an ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs. For the latest and greatest ... [More] version of as3corelib, we recommend pulling the source using SVN. [Less]

8.64K lines of code

0 current contributors

over 13 years since last commit

4 users on Open Hub

Inactive
3.75
   
I Use This

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

JCommander Library

Compare

  Analyzed about 22 hours ago

This is an annotation based parameter parsing framework for Java. JCommander is a very small Java framework that makes it trivial to parse command line parameters. You annotate fields with descriptions of your options, and then you simply ask JCommander to parse.

53.5K lines of code

1 current contributors

8 days since last commit

3 users on Open Hub

Low Activity
0.0
 
I Use This

tablesorter jQuery plugin

Compare

  Analyzed 1 day ago

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including: multi-column sorting; ... [More] multi-tbody sorting; parsers for sorting all types of data; ability to add own parsers; secondary "hidden" sorting; multiple filtering types; server-side pagination, sorting and filtering using Ajax; small code size [Less]

90.1K lines of code

1 current contributors

4 months since last commit

3 users on Open Hub

Very Low Activity
5.0
 
I Use This

Command Line Parser Library

Compare

  Analyzed about 22 hours ago

The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the user. Everything that is boring ... [More] and repetitive to be programmed stands up on library shoulders, letting you concentrate yourself on core logic. The search for the command line parser for your application is over, with this library you got a solid parsing API constantly updated since 2005. [Less]

16.7K lines of code

19 current contributors

about 1 year since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This

IceNLP

Compare

  Analyzed about 9 hours ago

IceNLP is an open source Natural Language Processing (NLP) toolkit for analyzing and processing Icelandic text. The toolkit is implemented in Java.

31.2K lines of code

0 current contributors

over 10 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

BNFC

Compare

  Analyzed about 7 hours ago

The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BNF grammar. It is currently able to generate C, C++, C#, F#, Haskell, Java, and OCaml, as well as XML representations. Given a Labelled BNF grammar the tool produces: * an abstract syntax ... [More] implementation * a case skeleton for the abstract syntax in the same language * an Alex, JLex, or Flex lexer generator file * a Happy, CUP, or Bison parser generator file * a pretty-printer as a Haskell/Java/C++/C module * a Latex file containing a readable specification of the language [Less]

83.6K lines of code

5 current contributors

3 months since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This

Flatpack file parser

Compare

  Analyzed about 19 hours ago

FlatPack came out of the frustration of having to mix file parsing logic with business logic. FlatPack on SourceForge: a Java (1.5+) flat file parser that handles CSV, fixed length and custom delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. ... [More] Substrings in a fixed width parse can be daunting to deal with when trying to analyze what existing code is doing, and what about when you have no comments... We also provide delimited file parsing; works with any delimiter / qualifier, multiline records, delimiter or qualifier allowed in column value. [Less]

12.9K lines of code

2 current contributors

6 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

VISL Constraint Grammar Compiler

Compare

  No analysis available

The VISL Constraint Grammar Compiler is a natural language parser generator. It is an implementation of Pasi Tapanainen's CG-2 constraint grammar formalism. VISL CG-3 is feature-wise backwards compatible with CG-2 and VISLCG.

0 lines of code

2 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3