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

Syntax Trees software
Filter: All | Freeware | Demo
 

Syntax Trees

1 2 3 4 5 > 
Added: July 10, 2010 | Visits: 657

CORBA::IDLtreev CORBA::IDLtree is a Perl module that builds abstract syntax trees from CORBA IDL. The main export is sub Parse_File which takes an IDL input file name as the parameter, and returns a reference to an array of references to the root nodes constructed (or 0 if there were syntax errors.)... Platforms: *nix

License: Freeware Size: 36.86 KB Download (87): CORBA::IDLtreev Download

Added: September 06, 2013 | Visits: 267

phpSyntaxTree (Drupal for linguists)Create syntax trees in Drupal!This module is wrapper for phpSyntaxTree, a generator of syntax trees.You'll use it as a input filter, using the syntax:[tree][S [NP phpSyntaxTree][VP [V creates][NP nice syntax trees]]][/tree](don't forget to enable the filter in your favourite... Platforms: PHP

License: Freeware Size: 10 KB Download (44): phpSyntaxTree Download

Added: August 16, 2008 | Visits: 1.126

Linguistic Tree Constructor Linguistic Tree Constructor (LTC) is a software tool for drawing linguistic syntax trees in a point-and-click fashion. It supports various "flavors" of syntax trees, including X-bar and Role and Reference Grammar trees. Any font is supported (including Unicode), as are both left-to-right and... Platforms: Windows

License: Freeware Size: 1.05 MB Download (595): Linguistic Tree Constructor Download

Added: August 19, 2013 | Visits: 175

Skribler Alpha Skribler is a (framework for) structured editor(s). Its goal is to enable the quick and easy definition of custom and domain-specific languages by centering on abstract syntax trees and removing the need for parsers. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 880.64 KB Download (37): Skribler Alpha Download

Added: May 14, 2010 | Visits: 1.577

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from... Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: November 05, 2010 | Visits: 725

ImageSpace ImageSpace is OpenSource software running on Unix/X11 systems. ImageSpace is a genetic image generator, that means it generates and mutates mathematical functions while the users aesthetic perception is the fitness function, selecting an image which will be mutated. Since the functions are... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): ImageSpace Download

Added: October 19, 2010 | Visits: 826

Bigtop::Parser Bigtop::Parser is the Parse::RecDescent grammar driven parser for bigtop files. SYNOPSIS Make a file like this: config { base_dir `/home/username`; Type1 Backend {} Type2 Backend {} Type3 Backend {} } app App::Name { table name { } controller SomeController {} } Then run this... Platforms: *nix

License: Freeware Size: 378.88 KB Download (99): Bigtop::Parser Download

Added: February 23, 2010 | Visits: 640

Rats! Rats! is an easily extensible parser generator for C-like languages; though currently it only generates parsers in Java. Rats! project has been explicitly designed so that grammars are concise and easily modifiable. To this end, Rats! - organizes grammars into modules, - builds on parsing... Platforms: *nix

License: Freeware Size: 849.92 KB Download (95): Rats! Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 378

classgen classgen is a Java class generator. It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor design pattern. Platforms: Windows, Mac, Linux

License: Freeware Size: 454.17 KB Download (53): classgen Download

Released: June 02, 2008  |  Added: June 07, 2008 | Visits: 1.738

EControl Syntax Editor Powerful text editor with syntax highlighting. This editor is built using EControl Syntax Editor SDK. The unique and more important feature is 100% customizable lexer, so you can adjust it for any type of text file. Lexer uses standard VCL resource streaming and stores itself in DFM text... Platforms: Windows

License: Shareware Cost: $130.00 USD Size: 952.83 KB Download (112): EControl Syntax Editor Download

Released: June 02, 2008  |  Added: June 09, 2008 | Visits: 1.935

EControl Syntax Editor SDK Powerful text editor control with syntax highlighting. This editor is built using EControl Syntax Editor SDK. The unique and more important feature is 100% customizable lexer, so you can adjust it for any type of text file. Lexer uses standard VCL resource streaming and stores itself in DFM... Platforms: Windows, *nix, MS-DOS

License: Shareware Cost: $200.00 USD Size: 7.21 MB Download (107): EControl Syntax Editor SDK Download

Added: July 18, 2010 | Visits: 1.233

Chatbot::Alpha::Syntax Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. SYNOPSIS use Chatbot::Alpha::Syntax; my $syntax = new Chatbot::Alpha::Syntax; # Set strict syntax. $syntax->syntax (strict); # Changed my mind, use loose $syntax->syntax (loose); # Only allow SOME... Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Chatbot::Alpha::Syntax Download

Added: February 04, 2010 | Visits: 1.237

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: February 23, 2010 | Visits: 1.044

Syntax Desktop Syntax Desktop is a publishing system used to manage the contents of a Web site. Syntax Desktop project has an attractive GUI with DHTML elements. You can use it to insert news, photos, documents, and tree data structures into your site. It features easy DB backup and style switching. Syntax... Platforms: *nix

License: Freeware Size: 4.6 MB Download (120): Syntax Desktop Download

Added: April 11, 2010 | Visits: 956

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: April 27, 2010 | Visits: 1.099

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl... Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: February 02, 2010 | Visits: 1.036

Syntax::Highlight::Engine::Kate Syntax::Highlight::Engine::Kate is a port to Perl of the syntax highlight engine of the Kate texteditor. Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor. The language xml files of kate have been rewritten to perl modules using a script.... Platforms: *nix

License: Freeware Size: 348.16 KB Download (93): Syntax::Highlight::Engine::Kate Download

Added: September 25, 2010 | Visits: 1.194

Syntax::Highlight::Engine::Kate::Java Syntax::Highlight::Engine::Kate::Java is a Perl plugin for Java syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::Java; my $sh = new Syntax::Highlight::Engine::Kate::Java([ ]); Syntax::Highlight::Engine::Kate::Java is a plugin module that provides syntax highlighting... Platforms: *nix

License: Freeware Size: 348.16 KB Download (107): Syntax::Highlight::Engine::Kate::Java Download

Added: February 27, 2010 | Visits: 1.069

Syntax::Highlight::Engine::Kate::C Syntax::Highlight::Engine::Kate::C is a plugin for C syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::C; my $sh = new Syntax::Highlight::Engine::Kate::C([ ]); Syntax::Highlight::Engine::Kate::C is a plugin module that provides syntax highlighting for C to the... Platforms: *nix

License: Freeware Size: 256 KB Download (104): Syntax::Highlight::Engine::Kate::C Download

Added: October 23, 2010 | Visits: 1.438

Syntax::Highlight::Shell Syntax::Highlight::Shell is a Perl module to highlight shell scripts. SYNOPSIS use Syntax::Highlight::Shell; my $highlighter = new Syntax::Highlight::Shell; $output = $highlighter->parse($script); If $script contains the following shell code: # an if statement if [ -f /etc/passwd ];... Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Syntax::Highlight::Shell Download

1 2 3 4 5 >