[Oberon] Bug in Oberon compiler? (no type descriptors created for anonymous record types)

August Karlstrom fusionfile at gmail.com
Sat Sep 23 13:22:41 CEST 2017


On 2017-09-23 10:01, Andreas Pirklbauer wrote:
> To achieve that, one would only have to change the language 
> rule from “Pointers must point to records” to “Pointers must point to 
> named records” in the language definition 
In most cases we don't need a name for the record type, for instance in

	List = POINTER TO RECORD
		item: T;
		next: List
	END

Forcing the above to be split into two declarations only leads to 
declaration bloat.


-- August


More information about the Oberon mailing list