OSDN Git Service

add op mul fraction to solve the mov exchange issue (#452)
authorPaladz <yzhu101@uottawa.ca>
Wed, 27 Nov 2019 07:14:41 +0000 (15:14 +0800)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 07:14:41 +0000 (15:14 +0800)
commit1aa50d14e517b5a86988d51139077554e95a8c89
tree11ccbebd21c3eff0ec075c7cc876c8e3fcdd013b
parent1999e61ab90b5ace980778e43bf22d3d151635f1
add op mul fraction to solve the mov exchange issue (#452)

* add op mul fraction to solve the mov exchange issue

* minor

* edit for code review

* no water
application/mov/match/match.go
application/mov/mov_core.go
application/mov/mov_core_test.go
protocol/vm/numeric.go
protocol/vm/numeric_test.go
protocol/vm/ops.go
protocol/vm/vmutil/script.go