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.475.873 Times

Parse Trees freeware
Filter: All | Freeware | Demo
 

Parse Trees

1 2 3 4 5 > 
Added: November 17, 2010 | Visits: 1.120

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: October 19, 2010 | Visits: 1.052

BBCode::Parser BBCode::Parser is a Perl module that parses BBCode tags. BBCode is a simplified markup language used in several online forums and bulletin boards. It originated with phpBB, and remains most popular among applications written in PHP. Generally, users author their posts in BBCode, and the forum... Platforms: *nix

License: Freeware Size: 51.2 KB Download (112): BBCode::Parser Download

Added: August 26, 2010 | Visits: 1.910

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))... Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: November 12, 2013 | Visits: 457

Nimrod Nimrod is a new statically typed, imperative programming language, that supports procedural, object oriented, functional and generic programming styles while remaining simple and efficient. A special feature that Nimrod inherited from Lisp is that Nimrod's abstract syntax tree (AST) is part of... Platforms: Mac

License: Freeware Size: 10.2 MB Download (39): Nimrod Download

Added: September 08, 2013 | Visits: 238

sourcecodegen sourcecodegen is a Python library that provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module. Note that this AST is not compatible with the new ast module in Python 2.6. Usage: The generator works on AST parse trees. >>> from compiler... Platforms: Mac

License: Freeware Size: 10.24 KB Download (43): sourcecodegen Download

Added: July 10, 2013 | Visits: 179

DeSR DeSR is a multilingual statistical dependency parser. It produces dependency parse trees for natural language sentences using a parsing model learned from annotated corpora. Platforms: *nix

License: Freeware Size: 3.26 MB Download (36): DeSR Download

Added: March 07, 2010 | Visits: 1.013

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and... Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: April 11, 2010 | Visits: 954

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: July 15, 2010 | Visits: 898

Parse::Binary::FixedFormat::Variants Parse::Binary::FixedFormat::Variants is a Perl module to convert between variant records and hashes. Parse::Binary::FixedFormat supports variant record formats. To describe a variant structure, pass a hash reference containing the following elements to new. The object returned to handle variant... Platforms: *nix

License: Freeware Size: 31.74 KB Download (89): Parse::Binary::FixedFormat::Variants Download

Added: August 02, 2010 | Visits: 996

Parse::Binary::FixedFormat Parse::Binary::FixedFormat is a Perl module to convert between fixed-length fields and hashes. SYNOPSIS use Parse::Binary::FixedFormat; my $tarhdr = new Parse::Binary::FixedFormat [ qw(name:a100 mode:a8 uid:a8 gid:a8 size:a12 mtime:a12 chksum:a8 typeflag:a1 linkname:a100 magic:a6... Platforms: *nix

License: Freeware Size: 31.74 KB Download (96): Parse::Binary::FixedFormat Download

Added: May 02, 2010 | Visits: 1.199

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is... Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: March 08, 2010 | Visits: 794

Parse::RecDescent Parse::RecDescent is a Perl module to generate Recursive-Descent Parsers. SYNOPSIS use Parse::RecDescent; # Generate a parser from the specification in $grammar: $parser = new Parse::RecDescent ($grammar); # Generate a parser from the specification in $othergrammar $anotherparser =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): Parse::RecDescent Download

Added: April 20, 2010 | Visits: 2.034

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while... Platforms: *nix

License: Freeware Size: 26.62 KB Download (252): Chess::PGN::Parse Download

Added: September 12, 2010 | Visits: 918

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: January 20, 2010 | Visits: 888

MRTG::Parse MRTG::Parse is a Perl extension for parsing and utilizing the logfiles generated by the famous MRTG Tool. SYNOPSIS use strict; use MRTG::Parse; my $mrtg_logfile = "/var/www/htdocs/mrtg/eth0.log"; my $period = "day"; my $desired_unit = "GB"; my ($traffic_incoming, $traffic_outgoing,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): MRTG::Parse Download

Added: September 14, 2010 | Visits: 1.005

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: September 25, 2010 | Visits: 856

Parse::Template Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module.. Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Parse::Template Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.879

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Module::MakefilePL::Parse Download

Added: November 16, 2010 | Visits: 1.290

Fischerscope-Parse Fischerscope-parse project is a php script for parsing data out of WinHCU, software accompanying the Fischerscope H100 nanoindenter.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (102): Fischerscope-Parse Download

Added: June 01, 2010 | Visits: 936

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar... Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

1 2 3 4 5 >