Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.496 Times

Code Parser software
Filter: All | Freeware | Demo
 

Code Parser

1 2 3 4 5 > 
Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 980

VbCNet Code Parser For Html VbCNet Code Parser For Html is a small, simple, easy to use application specially designed to help you convert .NET or C# code to HTML with just a press of the mouse. Basically this tool will convert your VB.net, C#.net Code to HTML code with color coding like Visual Studio Text Editor. Just... Platforms: Windows

License: Freeware Download (56): VbCNet Code Parser For Html Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 514

Code Linguine The Code Linguine package was created for a large scale reengineering, analysis and internationalization of Delphi applications. This package can help you parse and analyze several hundreds of *.pas files. Get Code Linguine and give it a try to fully assess its capabilities! Platforms: Windows

License: Freeware Download (53): Code Linguine Download

Added: May 10, 2013 | Visits: 596

xBB Library xBB-code is the PHP library to parse and edit text formatted with BBCode. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): xBB Library Download

Added: May 10, 2013 | Visits: 683

Quex A lexical analyzer is a program that transforms a stream of characters into a stream of 'atomic chunks of meaning', as shown in the figure below:As a result of the lexical analysis process the list of 'atomic chunks of meaning', so called 'tokens', prepare the interpretation on some higher level.... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (107): Quex Download

Added: October 10, 2013 | Visits: 300

AutoGraf Introducing AutoGraf, a whole new metaphor for Cocoa with automatic, self-updating diagrams of your classes, and intelligent, visual browsing of code documentation. The AutoGraf Advantage Think of AutoGraf as the best way to understand your code. Using the AutoDoc code parser that is optimized... Platforms: Mac

License: Freeware Size: 1.85 MB Download (38): AutoGraf Download

Added: April 08, 2010 | Visits: 1.042

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;... Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

Added: June 05, 2010 | Visits: 1.118

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =... Platforms: *nix

License: Freeware Size: 368.64 KB Download (110): XML::Checker::Parser Download

Added: May 07, 2010 | Visits: 908

Spirit Parser library Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow us to approximate the syntax of Extended Backus Normal Form[1] (EBNF) completely in C++. Parser objects are composed through operator... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.27 MB Download (94): Spirit Parser library Download

Added: September 11, 2010 | Visits: 2.497

Dragon parser generator Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive. Using LR(1)... Platforms: *nix

License: Freeware Size: 368.64 KB Download (242): Dragon parser generator Download

Added: May 10, 2013 | Visits: 707

Generic command-line option parser This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Generic command-line option parser Download

Released: October 03, 2007  |  Added: October 28, 2007 | Visits: 2.061

General SQL Parser .NET version Adds powerful sql processing capability to your program,including sql syntax check, beautify complex sql code with lots of customizable format options,identify various database objects such as table, column, constraints in sql scripts,modify and rebuild sql on the fly, translate sql expression... Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 6.84 MB Download (123): General SQL Parser .NET version Download

Added: January 18, 2010 | Visits: 973

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print... Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: October 24, 2010 | Visits: 1.104

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and... Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: March 23, 2010 | Visits: 876

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some... Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Added: March 07, 2010 | Visits: 1.668

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was... Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: January 26, 2010 | Visits: 817

JSCPP JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code. Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend. The standard tracing shows when a function is... Platforms: *nix

License: Freeware Size: 307.2 KB Download (97): JSCPP Download

Added: August 23, 2010 | Visits: 1.038

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );... Platforms: *nix

License: Freeware Size: 16.38 KB Download (111): PXR::Parser Download

Added: June 19, 2010 | Visits: 1.078

Template::Parser::CET Template::Parser::CET is a Template::Alloy based parser for the TT2 engine. SYNOPSIS use Template; use Template::Parser::CET; my $t = Template->new( PARSER => Template::Parser::CET->new ); # you can override all instances of TT # by any of the following methods use... Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): Template::Parser::CET Download

Added: September 26, 2010 | Visits: 964

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my... Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

1 2 3 4 5 >