OSDN Git Service

delete amount checking for unlock statement (#37)
[bytom/equity.git] / compiler / compile.go
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-10-15 oyshengfix the operation for binary operator with the same...
2018-10-15 oyshengoptimise count of value (#17)
2018-10-09 oyshengifstatement add nop instruction to differ with clause...
2018-10-08 oyshengoptimise ifstatements jumpif condition check (#13)
2018-09-28 oyshengoptimise lockstatement value (#10)
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