home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / dev / fpl-11.5.lha.pi < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-04-18  |  2.2 KB  |  73 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. FPL
  6. .type
  7. Programming Language
  8. .short
  9. Interpreting, C-like language library
  10. .description
  11.         FPL is an interpreting script/macro language shared library,
  12.         designed to be flexible and easy inserted in any code.
  13.  
  14.         FPL is a complete script programming language _very_ similar
  15.         to C. If you are a software developer and plan to add any
  16.         kind of macro/script control, consider the FPL alternative!
  17.  
  18.         FPL library lets the software programmer define functions
  19.         and variables that FPL should accept. The library will call
  20.         a function in the software whenever any of these functions
  21.         are used or variables are read in an FPL program.
  22.  
  23.         FPL is portable to any modern operating system, and the
  24.         package includes binaries for Amiga, OS/2 and Intel SVR4
  25.         UNIX. Source is included.
  26.  
  27.         The language FPL includes features like:
  28.  
  29.         o Full ANSI C syntax statements with semicolon separations.
  30.  
  31.         o String, integer/long, char and short variables, including
  32.           multidimensional arrays.
  33.  
  34.         o 100% ANSI C operator precedence and expression syntax/
  35.           evaluation.
  36.  
  37.         o A subset of the ANSI C function declaration and prototyping
  38.           syntax and concepts. The use of functions is exactly as C.
  39.  
  40.         o Fully recursive, fully re-entrant.
  41.  
  42.         o while, for, if, do, break, continue, else, int, exit, char,
  43.           long, register, auto, volatile, typedef, const, switch and
  44.           return are 100% ANSI C compatible. 'while' has been extended
  45.           with an 'else' support and 'break' with a multi level break
  46.           option.
  47.  
  48.         o A number of internal functions which include: strcmp,
  49.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  50.           FPL specific substr, eval, ltostr and interpret!
  51.  
  52. .version
  53. 11.5
  54. .author
  55. Daniel Stenberg
  56. .distribution
  57. Copyrighted but Freely Redistributable
  58. .address
  59. Ankdammsgatan 36, 4tr
  60. S-171 43 SOLNA
  61. .email
  62. Daniel.Stenberg@sth.frontec.se
  63. .source
  64. Includes source
  65. .docs
  66. README
  67. HISTORY
  68. FUTURE
  69. .described-by
  70. Dan Fish (daf@starfish.amigalib.com)
  71. .submittal
  72. Downloaded via ftp from wuarchive.wustl.edu.
  73.