Wildcat COBOL Compiler for .NET Version 0.1.13 Release Notes 27th June 2007 The compiler is still in an early stage of development. Programs that have been tested with this version are: - Hello World - Hello World using the .NET framework - Hello World using GTK# - Hello World using Cocoa# - 99 Bottles of beer - Towers of Hanoi - Simple NUnit tests - Opening and reading a sequential data file Bug fixes and improvements: - Support for DISPLAYing records - Experimental support for OPEN, READ and CLOSE - Experimental support for level 88 data definitions Issues: - 99 Bottles of beer now displays an extra blank line in each loop This is due to "000530 display bb4 buffer" This line displays an 80 character buffer without delimiting it in any way, meaning that it ends up wrapping onto the next line in the terminal window. I'm not sure at this point if the compiler is doing something wrong, of if the COBOL source is incorrect.