parselink-old/include/parselink/msgpack
Kurt Sassenrath b2a6f25306 Start proto::parser, remove msgpack::reader
- proto::parser will likely contain helper functions for parsing
  messages from a buffer, for now it will explicitly define message
  parsers for each available message. It also leverages the new unpacker
  API, which has type safety in mind. These messages should not be
  unstructured, so it doesn't make sense to use the token API.
2024-01-12 19:36:56 -08:00
..
core Start proto::parser, remove msgpack::reader 2024-01-12 19:36:56 -08:00
extra Refactor tests, add formatters, etc. 2024-01-12 12:53:00 -08:00
token Deductive writer POC. Start packer implementation. 2023-11-22 22:54:21 -08:00
util Deductive writer POC. Start packer implementation. 2023-11-22 22:54:21 -08:00
core.h Fix approach to include paths. 2023-10-04 21:23:36 -07:00
msgpack.h Fix approach to include paths. 2023-10-04 21:23:36 -07:00
token.h Apply clang-format 2023-10-20 00:34:44 -07:00