AuroraRuntime/Include/Aurora/Parse
Reece Wilson 85c29bb203 [*] base32 encode should take a view over pointer
[*] base64->16 typo
[-] redundant explicit static parsers
2022-09-29 08:58:20 +01: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 [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +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