a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: generic perl-based file pre-processor for text files
Generic pre-preprocessor for any kind of text file. It is designed
to allow the functionality provided by the C preprocessor to be used
with any file type. filepp supports the following keywords, all of
which have their usual C preprocessor meanings and usage: define,
if, elif, ifdef, ifndef etc.
Description: A generic perl-based file pre-processor
filepp is a pre-processor similar to cpp just that it can
process any kind of text file.
--- 133279 Thu Jan 1 00:00:00 1970
+++ 2452 Thu Jan 1 00:00:00 1970
@@ -1,6 +1,3 @@
-generic perl-based file pre-processor for text files
+A generic perl-based file pre-processor
- Generic pre-preprocessor for any kind of text file. It is designed
+ filepp is a pre-processor similar to cpp just that it can
- to allow the functionality provided by the C preprocessor to be used
+ process any kind of text file.
- with any file type. filepp supports the following keywords, all of
- which have their usual C preprocessor meanings and usage: define,
- if, elif, ifdef, ifndef etc.