Thakee Nathees
Thakee Nathees
Yeah, at the moment it's not supported, thanks for the suggestion, I should definitely add this to the todo list.
Hi, thanks for the suggestion, I've been busy lately and not been able to maintain this, anyways I'm adding this to the todo list. This is doable, even if the...
Hi, @billy4479 Thanks for taking your time and effort to make this PR, The CI workflow is by default disabled for first-time contributors, I've enabled it now, so you can...
> Should we add -std=c99 to CFLAGS to enforce this? Yes, go ahead and add the flag to the make file. Don't worry about the style check, for now, I...
@billy4479 Hi, I'm unable to review the PR right now, its a pretty busy week, I'll check it out in a couple of days and merge it.
As I've said here https://github.com/ThakeeNathees/pocketlang/issues/142#issuecomment-869030690, you shouldn't add a boolean `inclusive ` to the range object. And all the range objects are exclusive internally. > We don't have to check...
I've just implemented the native instance "ffi", and completed the example2.c which you can find #229, Apis for other types (string, list, map, functions..) is just a matter of writing...
Hi, @velkyel thank you for taking your time and effort to write emacs mode for pocketlang. This should be added to the [documentation](https://thakeenathees.github.io/pocketlang/) under a getting started page, at this...
That's great, native api is almost completed however some implementations are yet to do if you have any comments/suggestions on it feel free to open a request. Anyways pocketlang is...
I'm not a fan of inclusive range but, since it's something ruby has, we have to implement it in order to prevent someone confusing with the different behavior (especially one...