AuroraRuntime/Include/Aurora/Parse
2024-08-22 19:15:51 +01:00
..
Base32.hpp [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Base64.hpp [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Hex.hpp [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
LineParser.hpp [*] Regression: AuROXTL string view has a different interpretation of what remove prefix/suffix should be. Fix SplitNewlines 2024-08-22 19:15:51 +01:00
Parse.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Parser.hpp [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +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