Ligo is a contract language created in 2019.
#675on PLDB | 5Years Old | 0Repos |
git clone https://gitlab.com/ligolang/ligo
abs assert block Bytes case Crypto Current else failwith false for fun if in let let%entry let%init List list Map map match match%nat mod not operation Operation of record Set set sender skip source String then to true type with
Feature | Supported | Example | Token |
---|---|---|---|
Conditionals | ✓ | ||
Functions | ✓ | ||
Booleans | ✓ | true false | |
Comments | ✓ | // A comment | |
MultiLine Comments | ✓ | (* A comment *) | (* *) |
Line Comments | ✓ | // A comment | // |
Strings | ✓ |