Philippe Dumonet
Philippe Dumonet
I was trying to get C-style multiline comment working in logos, the state machine for it is quite simple but I can't seem to get it working in logos. This...
### Zig Version 0.15.1 ### Steps to Reproduce and Observed Output ## Minimal Repro ```zig const my_enum = enum { variant }; const value: my_enum = .variant; std.debug.print("value: {:12}\n", .{value});...
Hello, I just came across this repo while researching how I might better leverage alternative allocation strategies in my codebase. Is this repo only intended to provide the `Allocator` interface...
It seems the only way I can really "collect" the values from a `repeated` / `separated_by` combinator is via `.collect`? My issue with is that basically requires a heap allocation...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Problem From the current docs: ``` Sets the memory allocation functions that the core library should use. # Safety This function uses FFI and mutates a static global. ```...