Preprocessor bugs fixed in version 1.0.0

Bug         Description
35   1.0.0  The QUOTE builtin not doubling quote characters 
            in argument
34   1.0.0  A comment not completely contained on one line   
            skips the subsequent lines
31   1.0.0  Preprocessor proc with no %RETURN statement traps
29   1.0.0	Iterative %DO with no limit expression traps  
 
Preprocessor bugs fixed in version 0.3.2

32   0.3.2  Preprocessor doesn't detect FIXEDOVERFLOW on assignments 
            to FIXED variables.
31   0.3.2	Preprocessor traps if a proc has no RETURN statement
30   0.3.2  Forward reference to procedure defaults to CHARACTER
            return type, rather than the type specified on the
            %PROCEDURE statement.
28   0.3.2	Duplicate symbol error if both global/local declaration
27   0.3.2	Iterative DO with no limit expression abends or terminates 
            after one iteration
26   0.3.2	Status not restored correctly after call to procedure
25   0.3.2	GOTO branches to incorrect line
24   0.3.2	ELSE ignored in nested %IF-statements
23   0.3.2	Trap calling preprocessor procedure
