From: <pcm...@us...> - 2007-09-25 05:52:11
|
Revision: 579 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=579&view=rev Author: pcmehlitz Date: 2007-09-24 22:52:10 -0700 (Mon, 24 Sep 2007) Log Message: ----------- * couldn't help it - first stab at precond evaluation. Works, but has to be more efficient, which also involves changing the syntax a bit to allow things like "a within 0,42". The 'operand' rule needs to be widened, but that's why we employ ANTLR Modified Paths: -------------- trunk/src/gov/nasa/jpf/jvm/ThreadInfo.java trunk/src/gov/nasa/jpf/jvm/bytecode/Instruction.java trunk/src/gov/nasa/jpf/test/Contract.java trunk/src/gov/nasa/jpf/test/ContractAnd.java trunk/src/gov/nasa/jpf/test/ContractOr.java trunk/src/gov/nasa/jpf/test/EmptyContract.java trunk/src/gov/nasa/jpf/test/SimpleContract.java trunk/src/gov/nasa/jpf/tools/ContractVerifier.java trunk/test/gov/nasa/jpf/test/TestContracts.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |