Karol Łacina

Results 8 issues of Karol Łacina

### Zig Version 0.13.0-dev.75+5c9eb4081 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); const Foo = struct { fn bar(self: *Foo) void { std.debug.print("{*}\n", .{self}); } };...

error message

It would be nice if constants such as `LUA_LOADED_TABLE` were available, instead of having to rely on `LUA_LOADED_TABLE` always being equal to `"_LOADED"`. I think [the following excerpt](https://www.lua.org/manual/5.4/manual.html#8) from the...

The code below freezes with Ziglua's LuaJIT. The C++ translation of my example works correctly. I reckon this may be a problem with how LuaJIT is compiled by Ziglua? The...

1. Shortens: ```scm [(field name: _ @here) (dot_index_expression field: _ @here) (method_index_expression method: _ @here)] ``` to just: ```scm (member_identifier) @here ``` Such a construction is used quite heavily in...

### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...

bug

This is a pull request of a few fixes I had to apply while adapting this grammar for my text editor. Here's some reasoning behind each commit, from oldest to...

### Did you check existing issues? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing...

bug

This is a pull request of a few fixes I had to apply while adapting this grammar for my text editor. Here's some reasoning behind each commit, from oldest to...