J Reece Wilson
21902a5d5b
[*] Optimize UNIX IPC ABI: Handle String encodes an array of U16s to optimize space. Could still be better. |
||
---|---|---|
.. | ||
Base32.hpp | ||
Base64.hpp | ||
Hex.hpp | ||
LineParser.hpp | ||
Parse.hpp | ||
Parser.hpp | ||
README.md |
AuParse
AuParse includes the legacy simpleparselist, a text tokenizer given an array of types and string stream, implementation and binary encoding.
Example Usage: File: HelloAurora/master/Tests/Public/7. Hello Parse/Main.cpp
Features
- HEX Encoding and Decoding (including export code literal, formatted string, etc; permissive decode)
- Base32 Encoding and Decoding
- Base64 Encoding and Decoding
- SimpleParseList