Would be very nice to have floating point math

Currently I use MikroC from Mikroelektronika for that. What I do not like too much in MikroC is lack of convenient and simple serial input/output functions and formatted output - if you want to output a phrase, you have to output letter by letter which is a pain. Also output of a value as text is not as simple as in PBP. But their signed word and long variables and floating point math are a definite plus (works even on 8 pin PIC12). I use 8 pin PICs in current project and it looks like compilers from Microchip do not have math library for such micros, they also do not have graphic library for PIC18 etc. so MikroC was my choice for this project. I like MikroC because their libraries (includung graphic) can work on any small PICs as long as hardware (pin count, etc) is sufficient for the project.

I guess 90% of my projects are done on PBP and I like it very much. Are there any future plans for PBP compiler or it is now matured and no more development is planned?