Small programs under examples/ that exercise the toolchain.
Trees
examples/misc/ contains focused programs for core syntax, functions, equality, ranges, structs, and multi-file imports. examples/app/ demonstrates a larger modular shape. examples/algos/ collects familiar algorithms.
./target/debug/xo run examples/misc/hello.echo
./target/debug/xo run --jit examples/misc/sum_list.echo
./target/debug/xo run examples/misc/eq_deep_id.echo
./target/debug/xo run examples/misc/range.echo
./target/debug/xo run examples/misc/multi/main.echo
./target/debug/xo run examples/algos/fibonacci.echo