zink 0.1.12

Standard library for zink projects.
Documentation
1
2
3
4
5
6
7
8
9
10
# Compiler

The chapter illustrates the design of the zink compiler, so mostly,
we are talking about `wat` and EVM bytecode `Mnemonic` here:

- [Arithmetic]./arithmetic.md
- [Calls]./calls.md
- [Control Flow]./control-flow.md
- [Locals]./locals.md
- [Recursion]./recursion.md