Run
▶
Build
What do you want to do?
Run
Compile and run the current Riddle source in the browser.
Generated C
Show the last generated C source.
debug
Compiler profile
debug
Fastest compile-and-run cycle (clang -O0).
release
Optimized machine code (clang -O1); slower to compile, faster to execute.
stable
Riddle channel
stable
Riddle 0.2.2 (browser build)
nightly
Nightly channels require a rebuilt WASM artifact.
⋯
Advanced options
Browser WASM
Compiler analysis runs locally in this page.
C backend
The current backend emits portable C source.
Share
Tools
Tools
Diagnostics
Show compiler diagnostics from the browser WASM build.
Generated C
Inspect the generated C source.
Copy generated C
Copy the latest C output to the clipboard.
Format
Riddle fmt is not part of this browser artifact yet.
Config
Editor
Theme
System
Light
Dark
Orientation
Horizontal
Vertical
Edit files
Switch to the file tree view.
Reset
Reset editor
Restore the default Riddle example.
?
Loading Riddle compiler