simplicityhl 0.3.0

Rust-like language that compiles to Simplicity bytecode.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Summary

[Introduction](./introduction.md)

# Types and Values
- [Types and Values]./type.md
- [Type Aliases]./type_alias.md
- [Type Casting]./type_casting.md

# Writing a Program
- [Let Statements]./let_statement.md
- [Match Expression]./match_expression.md
- [Functions]./function.md
- [Programs]./program.md
- [Builtins]./builtins.md