Philippe Dumonet

Results 47 issues of 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...

bug
help wanted
question

### 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});...

error message

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...

enhancement

### 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...

T-bug
C-forge
Cmd-forge-script
T-to-discuss

### 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. ```...

documentation