I have added to build 1130 improved information when compiling and assembling.
The display is now focused on the compiler (removing all output from the preprocessor); adds methods (subs and functions) in terms of user defined methods, compiled system methods and the total number of methods available to compiler; improved timing display;removal of redundant newlines.
An example is below:
Great Cow BASIC (0.99.02 2022-06-23 (Windows 64 bit) : Build 1130)
Compiling c:\temp\New.gcb
Done (Compile time: 1.617 seconds)
Summary:
Read by GCBASIC:
Input lines: 542
Subroutines: User: 9 System: 35 of 424
Chip resource usage:
Program Memory: 5662/32768 words (17.28%)
RAM: 532/4096 bytes (12.99%)
OSC: HFINTOSC_1MHZ, 64Mhz (Internal oscillator)
Assembling program
Program assembled successfully (Assembly time: 0.710 seconds)
Done
Any other improvements like this needed elsewhere?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have added to build 1130 improved information when compiling and assembling.
The display is now focused on the compiler (removing all output from the preprocessor); adds methods (subs and functions) in terms of user defined methods, compiled system methods and the total number of methods available to compiler; improved timing display;removal of redundant newlines.
An example is below:
Any other improvements like this needed elsewhere?