Felix Queißner
Felix Queißner
Imho we should allow float as matching to ranges would be quite nice, also switching on `type` makes generics way more readable, i use that a lot
This is a surprisingly elegant solution to the "modern usecase of lambda expressions". I'm not sure if zig needs this, but the basic idea is quite nice and clean. But...
> The proposal as written would say no, but this is an interesting use case. I think I'm still inclined to say no though. Yeah that would be my opinion...
> It's more constrained than lambdas, but it guarantees that it will not generate a function call, it will not generate extra copies, and it will not generate extraneous memory...
As it's requested right now: The new command will be called `tag` and has command index 11. The layout will be like this: ``` command-name: "tag" command-index: 11 layout: length:...
The last thing: `data` is an arbitrary blob without assumptions for now. As it's an application specific command so all implementations are free to ignore the blob.
Thanks for the hint. I have to revisit TinyVG soon, and will hopefully tack a 1.0 to it. Spec will be up to date then
No, but you can probably build that version yourself, and link against it instead of the stubs/vendored ones
Sounds good. Accepted comment syntax is pascal comment syntax. It starts a comment with `(*` and ends it with `*)`, no support for line comments. ```pascal (* this is my...
This is something i can definitly see! I'm not super happy with your chosen encoding, but the base idea is definitly good. Let's see how we can get better: ```yaml...