MCPcopy Index your code
hub / github.com/contextfreeinfo/rio

github.com/contextfreeinfo/rio @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
236 symbols 733 edges 12 files 5 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Rio

A programming language someday maybe.

Try this for now:

cargo run -- build examples/hi.rio

Or for more fun, which cargo installs wasm-tools and wasmi_cli then builds and runs rio and so on:

cargo run --example bin-test

Or for smaller binary size and maybe faster, though I don't have large enough rio examples yet to know:

cargo run --example bin-test -- --profile release-lto

Example usage of wasm-opt:

wasm-opt -O3 --enable-multivalue --enable-bulk-memory \
    examples/out/branch.wasm -o examples/out/branch-opt.wasm

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 135
Function 57
Class 33
Enum 9
Interface 2

Languages

Rust100%

Modules by API surface

src/wasm.rs56 symbols
src/tree.rs34 symbols
src/run.rs29 symbols
src/typ.rs26 symbols
src/parse.rs25 symbols
src/lex.rs16 symbols
src/norm.rs12 symbols
src/main.rs12 symbols
src/core.rs10 symbols
src/util.rs7 symbols
examples/bin-test.rs7 symbols
src/link.rs2 symbols

For agents

$ claude mcp add rio \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page