All Projects → emily33901 → vproto

emily33901 / vproto

Licence: other
Protobuf compiler and runtime in V

Programming Languages

V
68 projects

Projects that are alternatives of or similar to vproto

OpenGraph-Net
.Net Open Graph Parser written in C#
Stars: ✭ 111 (+164.29%)
Mutual labels:  parse
gpp-decrypt
Tool to parse the Group Policy Preferences XML file which extracts the username and decrypts the cpassword attribute.
Stars: ✭ 13 (-69.05%)
Mutual labels:  parse
common-words
Updated list of the 100 most common words in the English language. Useful for excluding these words from arrays.
Stars: ✭ 13 (-69.05%)
Mutual labels:  parse
json-source-map
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes - supports BigInt, Maps, Sets and Typed arrays
Stars: ✭ 55 (+30.95%)
Mutual labels:  parse
parse-function
(!! moved to tunnckoCore/opensource multi-package repository !!) 🔱 Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins.
Stars: ✭ 37 (-11.9%)
Mutual labels:  parse
pinus-parse-interface
parse interface to pinus-protobuf JSON
Stars: ✭ 25 (-40.48%)
Mutual labels:  parse
discord.v
Discord Bot Framework written in V
Stars: ✭ 83 (+97.62%)
Mutual labels:  v
fefe
Validate, sanitize and transform values with proper TypeScript types and zero dependencies.
Stars: ✭ 34 (-19.05%)
Mutual labels:  parse
Script.apex
Evaluate Javascript expressions in Apex
Stars: ✭ 18 (-57.14%)
Mutual labels:  parse
angular-expression-parser
This library helps in achieving AngularJs equivalents of $parse, $eval and $watch in Angular.
Stars: ✭ 17 (-59.52%)
Mutual labels:  parse
vast
A simple tool for vlang, generate v source file to AST json file
Stars: ✭ 23 (-45.24%)
Mutual labels:  v
ytnef
Yeraze's TNEF Stream Reader - for winmail.dat files
Stars: ✭ 28 (-33.33%)
Mutual labels:  parse
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (-52.38%)
Mutual labels:  parse
sjson-cpp
An Simplified JSON (SJSON) C++ reader and writer
Stars: ✭ 16 (-61.9%)
Mutual labels:  parse
LemonDeer
Make m3u8 parse and video download as white magic.
Stars: ✭ 38 (-9.52%)
Mutual labels:  parse
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (+102.38%)
Mutual labels:  parse
gonids
gonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/forum/#!topic/gonids/
Stars: ✭ 140 (+233.33%)
Mutual labels:  parse
rankr
🇰🇷 Realtime integrated information analysis service
Stars: ✭ 21 (-50%)
Mutual labels:  parse
babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
Stars: ✭ 33 (-21.43%)
Mutual labels:  parse
muninn
With a simple, flexible and maintainable configuration file, you can parse html and output json according to the schema you specify.
Stars: ✭ 38 (-9.52%)
Mutual labels:  parse

vproto

vproto can parse most (or maybe all...) of the proto2 spec. It compiles the Steam Protobufs generating valid code and also parses the protoc plugin protobufs (which can be found in plugin/google/protobuf). It can parse options, extensions, map fields and extends definitions but does not generate relevent code for it.

vproto is used by vapor for both generating V code and runtime packing and unpacking of those generated protobufs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].