Scott Graham
Scott Graham
I think maybe `assign_lvar_offsets` also needs a case for structs that are
Oops, I should have done some more searching first I guess!
(Sorry, not at a computer during the day these days.) I'm not too sure any more why we funneled it through `CanonicalizePath()` rather than pointing at a File (Node) as...
I didn't try it, but https://github.com/red0124/sgc looks straightforward, and could be not-too-verbose with some helper syntax sugar.
Some random scribblings on that idea (user syntax at bottom) ``` C #pragma luv // #includes all of SGC. // reserves: `vector, `str, `list, `map, `set, `hashmap, `hashset, ... //...
jitty.cc
immed.cc
i.nsta.cc
or maybe a .cc tld is silly
No need for #pragma, or wacky backtick prefixes. Instead, just use `_Vec`, `_Str`, etc. Those could almost be macros but not quite because some stuff it would expand to needs...