AuroraRuntime/Include/Aurora/Parse
2022-07-07 06:42:20 +01:00
..
Base32.hpp [*] eradicate AuList<AuUInt8> abuse, switch over to AuByteBuffer 2022-01-20 16:04:53 +00:00
Base64.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00: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 [*] Update AuParse again. The IO character update was barely shimed in. 2022-07-07 06:42: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