Search results for "java language parser"
C::Sharp - Parser and Lexer for C# Programming Language
This module distribution contains (or will contain, when it's finished) a tokeniser, parser and, hopefully, compiler for C#. C# is Microsoft's new programming language for its .NET endeavour. It bears more than a passing resemblence to Java. Like Jav...
SIMON/C-Sharp-0.01 - 10 Jul 2001 19:51:28 UTC - Search in distribution
YAML - YAML Ain't Markup Language™
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...
TINITA/YAML-1.30 - 27 Jan 2020 22:10:33 UTC - Search in distribution
idl2java - IDL compiler to language Java mapping
idl2java parses the given input file (IDL) and generates files that following the IDL to Java Language Mapping Specification, v1.2. idl2java is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp. idl2ja...
PERRAD/CORBA-JAVA-2.66 - 03 Dec 2008 08:44:40 UTC - Search in distribution- idl2javaxml - IDL compiler to language Java mapping & XML binding
UMMF - UML Meta-Model Framework. UML to code generation via XMI. Implements UML 1.5 meta-model. Provides object-oriented Perl interface for processing UML meta-models and models. Imports XMI. Includes XMI, Perl and Java code generation back-ends.
See <http://ummf.umleta.com/> and the "examples" directory in the distribution for more information....
KSTEPHENS/UMMF-1.02 - 14 May 2006 02:39:55 UTC - Search in distribution
xpidl - XPIDL parser
xpidl parses the given input file (IDL) and generates a ASCII file with the .ast extension. xpidl is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp. CORBA Specifications, including IDL (Interface De...
PERRAD/CORBA-XPIDL-0.21 - 19 Oct 2007 08:51:06 UTC - Search in distribution
DBI - Database independent interface for Perl
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
perlfunc - Perl builtin functions
The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlfunc - Perl builtin functions
- perlop - Perl operators and precedence
- perlop - Perl operators and precedence
- 8 more results from perl »
csl - C Header file transformation
JDDPAUSE/MarpaX-Languages-C-AST-0.48
-
02 Feb 2018 19:45:41 UTC
-
Search in distribution
TPath - general purpose path languages for trees
TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...
DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution
Apache::ASP - Active Server Pages for Apache with mod_perl
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...
CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution
pp2html - PerlPoint to HTML converter
"pp2html" creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of contents and index pages, "pp2html" is also a suitable tool for writing onli...
LDOMKE/PerlPoint-Converters-1.0205 - 08 Feb 2006 15:33:27 UTC - Search in distribution
perlfaq6 - Regular Expressions
This section is surprisingly small because the rest of the FAQ is littered with answers involving regular expressions. For example, decoding a URL and checking whether something is a number can be handled with regular expressions, but those answers a...
ETHER/perlfaq-5.20230812 - 12 Aug 2023 21:30:24 UTC - Search in distribution
whouses - impact analysis in a clearmake build environment
Whouses provides a limited form of "impact analysis" in a clearmake build environment. This is different from traditional impact analysis (see TRUE CODE ANALYSIS COMPARED below for details). In particular, it operates at the granularity of files rath...
DSB/ClearCase-CRDB-0.15 - 20 Oct 2006 12:53:19 UTC - Search in distribution
SQL::Preproc - Embed SQL in your Perl (ala SQL preprocessors)
A SQL preprocessor for Perl. Via Filter::Simple, embedded SQL statements are converted into DBI calls to perform the specified database operation. NOTE: The current release should be considered ALPHA release software, and subject to change at the whi...
DARNOLD/SQL-Preproc-0.10 - 27 Jan 2005 01:01:38 UTC - Search in distribution
App::SpeedTest - Command-line interface to speedtest.net
The provided perl script is a command-line interface to the speedtest.net <http://www.speedtest.net/> infrastructure so that flash is not required It was written to feature the functionality that speedtest.net offers without the overhead of flash or ...
HMBRAND/App-SpeedTest-0.28 - 01 Jan 2022 10:24:27 UTC - Search in distribution- App::SpeedTest - Command-line interface to speedtest.net
pl-examples - Perl One-Liner Examples
PFEIFFER/App-pl-0.91.1
-
13 Jul 2023 18:38:12 UTC
-
Search in distribution
SOAP::Lite - Perl's Web Services Toolkit
SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....
PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution
Inline - Write Perl Subroutines in Other Programming Languages
The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...
INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution- Inline-API - How to bind a programming language to Perl using Inline.pm
YAMLScript - Programming in YAML
YAMLScript is a programming language that uses YAML as a base syntax. It feels like a *YAML encoded Lisp*, but with fewer parentheses. In fact, YAMLScript *is* a Lisp. It's a YAML-based specialized syntax reader for the Clojure programming language. ...
INGY/YAMLScript-0.1.12 - 11 Jul 2023 15:15:51 UTC - Search in distribution