1
0
Fork 0
mirror of https://github.com/imjasonh/nescript synced 2026-07-09 01:16:12 +00:00
nescript/src
Claude c10251338d
Analyzer: E0203 for bare return in typed function
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
2026-04-12 18:01:07 +00:00
..
analyzer Analyzer: E0203 for bare return in typed function 2026-04-12 18:01:07 +00:00
asm Inline assembly: asm { ... } blocks 2026-04-12 11:16:18 +00:00
assets Language: struct types 2026-04-12 16:18:05 +00:00
codegen IR codegen: clear OAM shadow at frame handler entry 2026-04-12 17:58:36 +00:00
debug
errors Analyzer: E0301 error on RAM exhaustion 2026-04-12 11:05:13 +00:00
ir Language: poke() and peek() hardware intrinsics 2026-04-12 17:40:34 +00:00
lexer Inline asm: {var} placeholder substitution 2026-04-12 17:30:21 +00:00
linker Codegen: on_scanline per-state dispatch + NMI reload 2026-04-12 16:29:15 +00:00
optimizer Language: poke() and peek() hardware intrinsics 2026-04-12 17:40:34 +00:00
parser Language: raw asm { ... } blocks 2026-04-12 17:34:17 +00:00
rom
runtime
lib.rs
main.rs CLI: --call-graph flag 2026-04-12 17:46:13 +00:00