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

Grammar Connectors freeware
Filter: All | Freeware | Demo
 

Grammar Connectors

< 1 2 3 4 5 
Added: March 09, 2010 | Visits: 1.477

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...



Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: August 13, 2010 | Visits: 1.081

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...





Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: July 07, 2010 | Visits: 933

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (87): Inline::C Download

Added: May 10, 2013 | Visits: 1.147

athenaCL The system can be scripted and embedded, and includes integrated instrument libraries, post-tonal and microtonal pitch modeling tools, multiple-format graphical outputs, and musical output in Csound, SuperCollider, Pure Data, MIDI, audio file, XML, and text formats. Musical parts are deployed as...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (108): athenaCL Download

Added: June 08, 2010 | Visits: 1.791

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (205): BNF for Java Download

Added: June 23, 2010 | Visits: 824

Silly::Werder Silly::Werder is a meaningless gibberish generator. SYNOPSIS use Silly::Werder; my $werds = new Silly::Werder; # Set the min and max number of werds per line $werds->set_werds_num(5, 9); # Set the min and max # of syllables per werd $werds->set_syllables_num(3, 7); # End the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Silly::Werder Download

Added: March 12, 2010 | Visits: 931

PyBison PyBison is a Python binding to the Bison (yacc) and Flex (lex) parser-generator utilities. It allows parsers to be quickly and easily developed as Python class declarations, and for these parsers to take advantage of the fast and powerful C-based Bison/Flex. Users write a subclass of a basic...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (125): PyBison Download

Added: April 04, 2010 | Visits: 880

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: August 17, 2010 | Visits: 1.505

phc 0.1.7 phc is a compiler for PHP that will translate PHP code directly into Linux assembly code. phc project can be used as a (C++) framework for developing refactoring tools, aspect weavers, script obfuscators and any other tools that operate on PHP scripts. At the moment, phc gives the programmer a...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (149): phc 0.1.7 Download

Added: November 10, 2010 | Visits: 939

HL7lib Health level 7 is a protocol that is used to allow medical computers from different vendors to communicate with each other. HL7lib library is an attempt to produce a simple, correct HL7 library that can be embeded in projects to enable rapid development of powerful tools and robust interfaces....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (110): HL7lib Download

Added: March 19, 2010 | Visits: 840

LLnextgen LLnextgen is an Extended-LL(1) parser generator. LLnextgen project is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as...


Platforms: *nix

License: Freeware Download (94): LLnextgen Download

Added: October 03, 2010 | Visits: 998

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: May 18, 2010 | Visits: 670

Robotworld Robot World aims to be a distributed physical environment inhabited by programmable robots, spanning across countless computers on the internet in true peer-to-peer fashion. Robot World components: - Parser / compiler compiles robot programs into byte code, stored in a .xml file - Inject -...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Robotworld Download

Added: November 13, 2010 | Visits: 1.283

PL/1 for GCC PL/1 for GCC project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text processing, Web, and business applications. This...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (103): PL/1 for GCC Download

Added: November 26, 2010 | Visits: 1.316

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: June 10, 2010 | Visits: 1.659

Audio::Radio::Sirius Audio::Radio::Sirius is a Perl module to control a Sirius satellite radio tuner. SYNOPSIS Sirius satellite radio (http://www.sirius.com) is a US based satellite radio serice. While none of the tuners they make have serial or USB connectors, it has been found that generation 2.5 tuners...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (184): Audio::Radio::Sirius Download

Added: March 27, 2010 | Visits: 889

Restlet Restlet is a framework that brings the simplicity and efficiency of the REST architectural style to Java developers. Restlet project is composed of two parts, a neutral API and a reference implementation (Noelios Restlet Engine). It supports all REST concepts (resource, representation, data,...


Platforms: *nix

License: Freeware Size: 8.1 MB Download (98): Restlet Download

Added: July 03, 2010 | Visits: 773

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: September 25, 2010 | Visits: 735

DParser DParser project is an simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (98): DParser Download

Added: October 24, 2010 | Visits: 795

SDOM SDOM is an attempt to provide a complete implementation of the W3C Document Object Model level 3 API, including event handling, in Scheme, as an extension of the SXML API. SDOM holds to SXMLs conventions regarding the representation of structured XML as S-lists and conforms to SXMLs grammar...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (87): SDOM Download

< 1 2 3 4 5