12 lines
425 B
Markdown
12 lines
425 B
Markdown
|
# 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
|