Whiley / WhileyTheoremProver

The Whiley Theorem Prover (WyTP) is an automatic and interactive theorem prover designed to discharge verification conditions generated by the Whiley Compiler. WyTP operates over a variant of first-order logic which includes integer arithmetic, arrays and quantification.
Apache License 2.0
8 stars 2 forks source link

Remove SyntacticElement.attributes() #121

Open DavePearce opened 7 years ago

DavePearce commented 7 years ago

The method SyntacticElement.attributes() in the end is not a good idea. This needs to be removed and replaced with an attribute registration mechanism.

I have made some progress towards this via the WyalFileParser.allocate() function. More needs to be done to see it through though. In particular, we need to: