Spydr
Spydr
Please excuse me, but I'm really at a loss with this... The compiler can't see the file or can't execute it, even though the file exists and runs normally from...
Okay, I'll keep this issue in mind for when I work on that part of the compiler again, as I can't think of any obvious thing wrong right now. I'll...
Oh wow, tysm! This is awesome! As you might have seen, I'm currently developing an gtk4/libadwaita application (see [LogicRs](https://github.com/spydr06/logicrs)), so I too have some experience in it.
just a quick note: you can leave out the `: void` after the function declaration Also, if you want live error information, check out the `csp-lint` tool and the `--live`...
Is there any progress on this? If not, can you still open a PR with all the code you wrote?
Awesome (and yes I know how much school can get into the way xD, I have some plans to add interfaces and other stuff which I'm currently unable to do)
would be cool! And we'll get static lib functionality as soon as `pkg-config` support is built in Edit: pkgconf is implemented
I've spent the last 2 years writing this language, so no, this won't be 'thrown away' anytime soon :) In fact, I've used this language to solve some of the...
yea, you're right, the documentation is not complete at all, I'll have to expand it eventually, I plan to cover all language features and stdlib functions, but won't go in...
> Would there be any guidelines on interoperability with C somewhere as well? CSpydr is fully compatible with C. Stuff like the call ABI, struct padding, pointers, etc. is exactly...