AuroraRuntime/Include/Aurora/Parse
Reece Wilson 124038df62 [*] Refactor public headers
[+] 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
2023-01-15 06:05:22 +00:00
..
Base32.hpp [*] base32 encode should take a view over pointer 2022-09-29 08:58:20 +01:00
Base64.hpp [*] base32 encode should take a view over pointer 2022-09-29 08:58:20 +01:00
Hex.hpp [*] Refactor public headers 2023-01-15 06:05:22 +00:00
LineParser.hpp [*] Exterminate more std:: references 2022-01-19 17:08:13 +00:00
Parse.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Parser.hpp [*] base32 encode should take a view over pointer 2022-09-29 08:58:20 +01:00
README.md [+] NS readmes 2022-06-12 18:28:51 +01:00

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