Hey, working on my C compiler. Right now I'm working on pointers. Silly pointers. They used to be why I hated C, but now I actually learned them. However, I just got functions to work. Yippee!
I hate to be this guy, but C will be extremely hard to compile to SB. C has so much stuff that SB doesn't, you'd likely have to compile to some sort of bytecode and run that. I can't wait to see the result, but remember the environment you're working in. This is why Minecraft is still impossible for SB (ignoring copyright).
Yeah, I know. That which is too far of a stretch will not be compiled. Some things I am trying to add but may not happen, and that's ok. If there's a reason to really need it, then I'll make an alternative (like char being strings). But this is just a thing that I decided to see how far could go.