mirror of
https://github.com/imjasonh/nescript
synced 2026-07-09 01:16:12 +00:00
A \`return\` with no value inside a function that has a declared return type is an error — the caller expects a value. Previously it compiled silently and the callee returned whatever was in A from the last computation. https://claude.ai/code/session_01W6eQFStA66EuMKHUFo2rx3 |
||
|---|---|---|
| .. | ||
| analyzer | ||
| asm | ||
| assets | ||
| codegen | ||
| debug | ||
| errors | ||
| ir | ||
| lexer | ||
| linker | ||
| optimizer | ||
| parser | ||
| rom | ||
| runtime | ||
| lib.rs | ||
| main.rs | ||