Introduce encode/decode_value to compiler (#457)

This commit is contained in:
Hans Svensson
2023-06-01 13:23:21 +02:00
committed by GitHub
parent 7b6eba5319
commit 7bac15949c
2 changed files with 72 additions and 24 deletions
+1
View File
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
contract C =
let cc = 2
```
- API functions for encoding/decoding Sophia values to/from FATE.
### Changed
### Removed
### Fixed