Cradicle Explorer
Olea
Info
Issues
Patches
Wallets
Source
Source
examples
src
.gitattributes
.gitignore
.rustfmt.toml
Cargo.lock
Cargo.toml
LICENSE
README.md
example.olea
flake.lock
flake.nix
grammar.ebnf
ree.py
sandwich-test.olea
/
sandwich-test.olea
sandwich-test.olea
1
fn bar(cond usize) usize:
2
let y = 1
3
if cond:
4
y = 2
5
else:
6
y = 3
7
y