1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-05 22:46:08 +03:00
juvix/tests
Paul Cadman 6a45484e24
Remove Int from stdlib and update SimpleFungibleToken example (#1414)
* Update SimpleFungibleToken to use stdlib

We do not want to put an Int type into the standard library before we
have builtin support for arbitrary precision integers. So we include the
Int type locally in the project for now.

* Update reference to stdlib

* Fix shell-tests for SimpleFungibleToken
2022-07-27 10:24:25 +02:00
..
CLI Remove Int from stdlib and update SimpleFungibleToken example (#1414) 2022-07-27 10:24:25 +02:00
examplesExpected Adds Collatz sequence generator example (#1384) 2022-07-15 11:17:22 +01:00
negative Support type aliases (#1404) 2022-07-25 12:30:18 +02:00
positive Compute name dependency graph and filter unreachable definitions (#1408) 2022-07-25 18:38:44 +02:00
.gitattributes Add C code generation backend (#68) 2022-05-05 14:12:17 +01:00