Reece Wilson
124038df62
[+] AuConsole::Commands::RemoveCommand [+] EExtendedUsage::eServerAuth [+] SysPanic2 for SysSafeLine hints (backtrace may contain optimized SysPanics, making tracing the true origin difficult) [*] Reworked SysAssertions [*] AuParse::EncodeHex now takes AuMemoryViewRead [*] AuRng::ReadSecureRNG now takes AuMemoryViewWrite [*] AuRng::ReadFastRNG now takes AuMemoryViewWrite |
||
---|---|---|
.. | ||
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