This expands Evaluator and DefinitionJit to evaluate integers, bitvectors, and builtin functions of the two. BvSignedRem and BvSignedMod aren't yet implemented since I wasn't sure what the difference between them is.
On 4-bit-adder.als, the evaluator reduces the time on my machine from ~6s to ~2s!
This expands
Evaluator
andDefinitionJit
to evaluate integers, bitvectors, and builtin functions of the two.BvSignedRem
andBvSignedMod
aren't yet implemented since I wasn't sure what the difference between them is.On
4-bit-adder.als
, the evaluator reduces the time on my machine from ~6s to ~2s!