OSDN Git Service

delete amount checking for unlock statement (#37)
[bytom/equity.git] / compiler / checks.go
2019-09-17 oyshengdelete amount checking for unlock statement (#37) master
2018-12-27 oyshengadd the replacement of defined variable for AST and...
2018-12-20 oyshengadd AST for if-else statement which contains lock or...
2018-11-26 oyshengadd the argument type "Sign" to support checking signat...
2018-11-21 oyshengthe other statements support to operate contract value...
2018-10-31 oyshengdelete check that the lock value disposed of once ...
2018-09-18 oysheng add assgin statement and modify defined statement...
2018-09-13 oyshengfix related check to support that if-else statement...
2018-09-10 oyshengadd if-else statement (#7)
2018-08-31 oysheng add define statement for equity (#6)
2018-08-23 oysheng add value calculate with lock statement (#2)
2018-08-20 paladzcp code from bytom repo