61ac06ab5f
Introduce fat function pointers (BuxFn {code, env}) so capturing closures
are heap-allocated per value in both bootstrap and selfhost. Expand
Array/Map/Set/String/Test/Result APIs, add proper tuple codegen and
error snippets with multi-char underlines, golden diagnostic tests, and
LSP diagnostics via buxc check.
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
error: type errors in project
|
|
error: undeclared identifier 'noSuchVar'
|
|
--> FILE:4:15
|
|
|
|
|
4 | PrintLine(noSuchVar);
|
|
| ^^^^^^^^^
|
|
= help: check the spelling, or import the symbol from the right module
|