0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed isPBJ bug with = not : More... over 14 years ago
Adding more test cases, fix 'extend', 'flags', 'enum'. More... over 14 years ago
Serializes a boolean More... over 14 years ago
Added serialize/parse for int32 and messages. Trying to serialize whole messages. More... over 14 years ago
checking wrong char for version info More... over 14 years ago
packed specified for items without any [] More... over 14 years ago
force packed on if user specifies "pbj-0.0.3" at top of file More... over 14 years ago
allow messages to refer submessages in other message types More... over 14 years ago
fully qualify typenames in quotes during message creation More... over 14 years ago
Corretly identify types using fully qualified names, so submessages may be properly recognized More... over 14 years ago
added testbed for loading test.proto and fixed parser to emit proper enum definitions and detect submessage definitions appropriately. Still need to add fully qualified names More... over 14 years ago
cleanup of functions to make the appropriate return values more visible More... over 14 years ago
fixed bug with expiring rewrite nodes for packageDot and coalesced package run of parser More... over 14 years ago
cleaner 3 pass parsing with common functions More... over 14 years ago
turned parser into 3 pass parser: once for package, once for all types, and finally for transformation More... over 14 years ago
got rid of trailing 0's More... over 14 years ago
encoded and decoded floats More... over 14 years ago
float parsing code More... over 14 years ago
added int64 sub and add functions More... over 14 years ago
added a zigzag and unsigned 64bit Number pair parser More... over 14 years ago
basic layout of javascript target works--- What doesn't work: messages defined within other messages package command littered in the middle of the file (need 2 pass) extensions reserved enums flags More... over 14 years ago
decorating protobuf types with appropriate namespace More... over 14 years ago
added encasing for messages to javascript More... over 14 years ago
got packages defined in javascript More... over 14 years ago
actual grammar of protojs--need 2 pass to determine module from file and place it at the beginning of file More... over 14 years ago
done most of the front end API. But not Serialize/Parse, no PBJ types, and no Compiling from .pbj files yet. More... over 14 years ago