
   You say : "Hey! What's new in this version ?"

   I say ...

-----------------------------------------------------------------------------

   30/07/96 * PPC 1.00 Public Beta 1 

      Note:

         This is the FIRST PUBLIC BETA ! Enjoy !

      Fixed:

         ppc was limited to the use of only one #use library, fixed.

-----------------------------------------------------------------------------
   Everything bellow this line are private betas
-----------------------------------------------------------------------------

   30/07/96 * PPC 1.00 final eta 2 

      Changes:

         Added various specific messages for various errors instead of
          "Syntax error"
         Added a check for memory allocation and emergency exit if not
          enough memory left
         Added End For and EndFor as alias for Next

      Fixed:

         Fixed error message when using loop control keyword outside a loop
         Fixed ambiguity in the grammar between internal functions and
          keyword "function".
         Fixed use of "SEC" constant, replaced by "SECUR" !

-----------------------------------------------------------------------------

   28/07/96 * PPC 1.00 final eta

      Note:

         This is the 1st version of the final beta
          (going soon to public beta)

      Changes:

         Better handling of .SYM debug files (now fully show original source)
         Added DEB.EXE, an interface to debug a PPE with PPLdebug from command
          line (see DEB.DOC)

-----------------------------------------------------------------------------

   25/07/96 * PPC 1.00 6

     Fixed:

         Fixed a bug that appears in 5 and cause crash if using litteral
          strings >128 chars

-----------------------------------------------------------------------------

   22/07/96 * PPC 1.00 5

     Fixed:

         Fixed problem that made possible to assign a value to a constant
         Fixed problem with empty strings when crypting PPE
         Fixed use of Break & Continue inside an Elseif structure
         Fixed parsing of For/Next when no space between parameter 1 & '='
         Fixed handling of comments whith char "'"
         Fixed problem with (really) big sources and functions/procedures
          (because of that, LIB format has changed, see bellow)

     Changes:

         Added verification of VAR keyword usage (limited to 16 first args)
         Added verification of argument when using statements that change
          argument value (must not be a constant). This include internal
          statements as well as user defined procedures using VAR keyword.
         LIB format has changed, please recompile your libraries using
          ppc -lib or #lib directive
         Added a Library Viewer (PPLIB.EXE). See PPLIB.DOC
         Added variable names & usage of VAR when error in proc/func arguments
         Added function return type when error in proc/func arguments
         Added specific messages when error parsing parenthesis
         Added Peekb as alias for Peek
         Added PutAltUser as alias for PutUser
         Added Erase as alias for Delete
         Added Pokeb as alias for Poke
         Added Go To as alias for Goto
         Added Go Sub as alias for Gosub
         Added End Proc as alias for Endproc
         Added End Func as alias for Endfunc
         Added Then as alias for Do and Do as alias for Then

-----------------------------------------------------------------------------

   21/07/96 * PPC 1.00 4

     Changes:

         Now honnor PPE encoding convetion. Encoding type is autodetected
          depending on statements used and structure of the program.
         Added -f option to force flat PPE 2.00 (no encoding)
         Added -feN option to force encoding ppe using a specific method.
          N=0 for v2.00, N=1 for v3.20, N=2 for 3.30.

-----------------------------------------------------------------------------


   19/07/96 * PPC 1.00 3

     Fixed:

         Fixed problem compiling libraries when no main code was specified
         Fixed support for hexadecimal values (must now begin with a number)
         Fixed parsing of statement 'Redim'
         Now check number of arguments in user functions & procedures
          and reports error with correct usage (include var types!)
         Added missing constants (Accounting, Qwk, ScanMsgHdr)
         Fixed handling of single word compiler directives with trailing
          spaces/tabs
         Fixed undefined label error when compiling empty source
         Fixed memory problems with some big source files

     Changes:

         More accurate message when using wrong number of arguments
          in internal functions & procedures (not anymore 'syntax error')
         Implicit option now autodetects type of variables depending on
          their suffix, as in the BASIC language
         Added support for binary & octal values (suffix 'b' & 'o')
         Added possible suffix 'd' for decimal values
         Added specific error message for unterminated strings (missing '"')

     Known bugs:

         Constants may be treated as variables, this allows you to redefine
          a numeric/string value as another one ... :) kinda fun to do 5 = 1,
          then Print 5 :) Will be fixed soon.

-----------------------------------------------------------------------------

   17/07/96 * PPC 1.00 2

        IMPORTANT !!

         #lib is replaced by #use or #uses !
         #lib is now equivalent to compiler option -lib (generate library)
         #ppe force creating ppe even if -lib was specified or #lib was set
          before

         Added a PPE launcher (RUN.EXE). See RUN.DOC

-----------------------------------------------------------------------------

   15/07/96 * PPC 1.00 1

         first beta, enjoy!

-----------------------------------------------------------------------------
