exemplaric platform definitions

This commit is contained in:
Michael Sippel 2025-03-31 10:29:57 +02:00
parent bce52e9fcf
commit d98afc294d
Signed by: senvas
GPG key ID: F96CF119C34B64A6
5 changed files with 108 additions and 0 deletions
platforms

3
platforms/protobuf.lt Normal file
View file

@ -0,0 +1,3 @@
type protobuf.Varint = ~ <PosInt 128 LittleEndian> ~ <Seq~MsbCont <Digit 128> ~ _128 ~ native.UInt8> ;
type protobuf.String = <Seq Char ~ Unicode> ~ UTF-8 ~ <Seq ~ <LengthPrefix protobuf.Varint> Byte> ;