add primitive to cameligo

This commit is contained in:
Pierre-Emmanuel Wulfman 2020-02-14 16:50:30 +01:00
parent abfd561ffb
commit dcb342e031

View File

@ -148,6 +148,7 @@ module Simplify = struct
module Cameligo = struct
let constants = function
| "assert" -> ok C_ASSERTION
| "chain_id" -> ok C_CHAIN_ID
| "Current.balance" -> ok C_BALANCE
| "balance" -> ok C_BALANCE
| "Current.time" -> ok C_NOW