Re: [capnproto] Incomplete compile-time Zig implementation

2023-02-03 Thread 'Yorhel' via Cap'n Proto
lementing that, it would be pretty easy to get wrong leading to > > > subtle incompatibilities. Is it possible to invoke the parser from the > > C++ > > > implementation as a library, to convert from capnp IDL into schema.capnp > > > format, which could then be interpre

Re: [capnproto] Incomplete compile-time Zig implementation

2023-01-31 Thread 'Yorhel' via Cap'n Proto
t; format, which could then be interpreted by your implementation? > > -Kenton > > On Thu, Jan 12, 2023 at 6:06 AM 'Yorhel' via Cap'n Proto < > capnproto@googlegroups.com> wrote: > > > Hi list, > > > > I've been working on a Cap'

[capnproto] Incomplete compile-time Zig implementation

2023-01-12 Thread &#x27;Yorhel&#x27; via Cap'n Proto
Hi list, I've been working on a Cap'n Proto implementation for the Zig language. This implementation is unusual in that it leverages the language's compile-time code execution capabilities to read a schema file - written in Cap'n Proto's schema language, no separate compilation step required - and