AuroraRuntime/Include/Aurora/Parse/README.md

12 lines
425 B
Markdown
Raw Normal View History

2022-06-12 17:28:51 +00: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