home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / lang / fpl / fpl-v115.readme < prev    next >
Encoding:
Text File  |  1995-03-20  |  2.1 KB  |  68 lines

  1. Short:    Interpreting C-like language library. Version 11.5
  2. Author:   Daniel Stenberg
  3. Uploader: jskov@iesd.auc.dk
  4. Type:     dev/lang
  5.  
  6. TITLE
  7.         FPL
  8.  
  9. VERSION
  10.         11.5
  11.  
  12. COMPANY
  13.         FrexxWare
  14.  
  15. DESCRIPTION
  16.         FPL is an interpreting script/macro language shared library,
  17.         designed to be flexible and easy inserted in any code.
  18.  
  19.         FPL is a complete script programming language _very_ similar
  20.         to C. If you are a software developer and plan to add any
  21.         kind of macro/script control, consider the FPL alternative!
  22.  
  23.         FPL library lets the software programmer define functions
  24.         and variables that FPL should accept. The library will call
  25.         a function in the software whenever any of these functions
  26.         are used or variables are read in an FPL program.
  27.  
  28.         FPL is portable to any modern operating system, and the
  29.         package includes binaries for Amiga, OS/2 and Intel SVR4
  30.         UNIX. Source is included.
  31.  
  32.         The language FPL includes features like:
  33.  
  34.         o Full ANSI C syntax statements with semicolon separations.
  35.  
  36.         o String, integer/long, char and short variables, including
  37.           multidimensional arrays.
  38.  
  39.         o 100% ANSI C operator precedence and expression syntax/
  40.           evaluation.
  41.  
  42.         o A subset of the ANSI C function declaration and prototyping
  43.           syntax and concepts. The use of functions is exactly as C.
  44.  
  45.         o Fully recursive, fully re-entrant.
  46.  
  47.         o while, for, if, do, break, continue, else, int, exit, char,
  48.           long, register, auto, volatile, typedef, const, switch and
  49.           return are 100% ANSI C compatible. 'while' has been extended
  50.           with an 'else' support and 'break' with a multi level break
  51.           option.
  52.  
  53.         o A number of internal functions which include: strcmp,
  54.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  55.           FPL specific substr, eval, ltostr and interpret!
  56.  
  57. HOST NAME
  58.         ftp: Aminet  ftp.luth.se
  59.  
  60. DIRECTORY
  61.         /pub/aminet/dev/lang
  62.  
  63. FILE NAME
  64.         FPL-V115.lha
  65.  
  66. DISTRIBUTABILITY
  67.         Free software, Copyright (C) 1992-1995 by FrexxWare
  68.