exemplaric platform definitions
This commit is contained in:
parent
bce52e9fcf
commit
d98afc294d
5 changed files with 108 additions and 0 deletions
platforms
3
platforms/protobuf.lt
Normal file
3
platforms/protobuf.lt
Normal 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> ;
|
Loading…
Add table
Add a link
Reference in a new issue