The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:C::Scan"

C::Scan - scan C language files for easily recognized constructs. River stage zero No dependents

This description is *VERY* incomplete. This module uses "Data::Flow" interface, thus one uses it in the following fashion: $c = new C::Scan(attr1 => $value1, attr2 => $value2); $c->set( attr3 => $value3 ); $value4 = $c->get('attr4'); Attributes are d...

HVDS/C-Scan-0.74 - 26 Feb 2001 23:00:00 UTC

C::Scan::Constants - Slurp constants from specified C header (.h) files River stage one • 1 direct dependent • 2 total dependents

This module provides an alternative to using the h2ph command to generate Perl header (.ph) files that are then subsequently "require"d by your module code. When you need access to C numeric and enumerated type constants, especially in a dynamic sour...

ICERIDER/C-Scan-Constants-1.020 - 28 May 2011 22:55:35 UTC

MarpaX::Languages::C::Scan - C::Scan-like interface River stage zero No dependents

This modules returns a grammar dependant C::Scan-like interface. Current grammars are: ISO-ANSI-C-2011 The ISO grammar of ANSI C 2011, as of <http://www.quut.com/c/ANSI-C-grammar-y-2011.html> and <http://www.quut.com/c/ANSI-C-grammar-l.html>....

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC

MarpaX::Languages::C::Scan::Actions - ISO ANSI C grammar actions in Scan mode River stage zero No dependents

This modules give the actions associated to ISO_ANSI_C grammar in Scan mode....

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC

ModPerl::CScan - scan C language files for easily recognized constructs. River stage three • 155 direct dependents • 183 total dependents

See the "C::Scan" manpage. This package is just a fork to fix certain things that didn't work in the original "C::Scan", which is not maintained any longer. These fixes required to make it work with the Apache 2 source code....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

MarpaX::Languages::C::AST::Grammar::ISO_ANSI_C_2011::Scan - Scan C source River stage zero No dependents

This module scans a C source and exposes methods compatible with C::Scan module....

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC

MarpaX::Languages::C::AST::Grammar::ISO_ANSI_C_2011::Scan::Actions - ISO ANSI C 2011 grammar actions in Scan mode River stage zero No dependents

This modules give the actions associated to ISO_ANSI_C_2011 grammar in Scan mode....

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC

Devel::DebugInit - Perl extension for creating a debugger initialization files from C header file macros River stage zero No dependents

Devel::DebugInit is aimed at C/C++ developers who want access to C macro definitions from within a debugger. It provides a simple and automated way of creating debugger initialization files for a specific project. The initialization files created con...

JASONS/Devel-DebugInit-0.3 - 29 Aug 1997 17:42:16 UTC

C::TinyCompiler::package - base module for C::TinyCompiler packages River stage zero No dependents

C::TinyCompiler Packages provide a means to easily integrate C code and libraries into a compiler context. They are akin to Perl modules, although applying them to a compiler state is a bit different compared to saying "use My::Module" in Perl. The m...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC

C::TinyCompiler::Callable - A C::TinyCompiler-based foreign function interface, i.e. C-functions callable from Perl River stage zero No dependents

This module implements the machinery necessary to easily call C functions from Perl with arbitrarily many arguments. The types of the arguments are a bit restricted at the moment, but it nonetheless works for a fairly broad variety of things. In part...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC

MarpaX::Languages::C::AST - Translate a C source to an AST River stage zero No dependents

This module translates C source into an AST tree. To assist further process of the AST tree, the nodes of the AST are blessed according to the C grammar you have selected. (The default is 'ISO-ANSI-C-2011'.) If you want to enable logging, be aware th...

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC
11 results (0.035 seconds)