Git Product home page Git Product logo

inline-filters's Introduction

INTRODUCTION:

Inline::Filters -- Common source code filters for Inline Modules.

Inline::Filters provides common source code filters to Inline Language
Modules like Inline::C and Inline::CPP.

Example:

   use Inline C => DATA => FILTERS => [Strip_POD => Preprocess];

   print "5 + 7 = ", add(5, 7);

   __END__
   __C__

   =head1 add

   Returns the sum of two integers x and y

   =cut

   #ifdef USE_LONG
   long
   #else
   int
   #endif
   add (int x, int y) { return x + y; }

When run, this complete program prints:

   5 + 7 = 12

-----------------------------------------------------------------------------
FEATURES:

This is a minor release of Inline::Filters. It includes these filters:

+ Preprocess
  + All languages
+ Strip_Comments
  + C
  + C++
  + Java
  + Python
+ Strip_POD
  + All languages

As a bonus, the documentation has greatly improved.

-----------------------------------------------------------------------------
INSTALLATION:

This module requires Inline.pm version 0.42 or higher to be installed.

To install Inline::Filters do this:

perl Makefile.PL
make
make test
make install

(On ActivePerl for MSWin32, use nmake instead of make.)

You have to 'make install' before you can run it successfully.

-----------------------------------------------------------------------------
INFORMATION:

- For more information on Inline::Filters see 'perldoc Inline::Filters'.
- For information about Inline.pm, see 'perldoc Inline'.
- For information on using Perl with C see 'perldoc Inline::C'.

The Inline mailing list is [email protected]. Send mail to 
[email protected] to subscribe.

Please send questions and comments to "Neil Watkiss" <[email protected]>

Copyright (c) 2000, Neil Watkiss. All Rights Reserved.  

inline-filters's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.