AuroraRuntime/Include/Aurora/Parse/README.md
2022-06-12 18:28:51 +01:00

425 B

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