Kasey
Kasey
Debruijn is an exception where they used Word64, but in most cases values in the Haskell plutus used Integer which is a int of any size. To emulate this same...
Oops I made a duplicate issue #47. But in there I describe a possible format to support any integer. Give it a look and let me know
What's the status of this WIP? I'll take a crack a testing or adding any missing parts. I want to merge this for the parser once it's ready.
Matching the uplc parser from IOHK is fine for now. If they change it we can always just make a quick pr to change the parser. I'm available to pair...
I disagree with 3 then removing the uplc data type without a good alternative would involve extra contract cost the compiler would push onto user contracts. Working with lists of...
One thing I would like about the second one is if data_to_constr converted the constr tag to a sum of product as well. Basically this Constr i ds -> toConstr...
> One thing I would like about the second one is if data_to_constr converted the constr tag to a sum of product as well. > > > > Basically this...