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