diff --git a/README.md b/README.md new file mode 100644 index 0000000..90e9a28 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Stenway Formats + +Implementations for several formats that were specified by stenway. + +Current status: + +- [x] [ReliableTXT](https://www.reliabletxt.com/) +- [x] [Whitespace Separated Values](https://www.whitespacesv.com/) + - [x] UTF-8 encoded files + - [ ] UTF-16 (big-endian) encoded files + - [ ] UTF-16 reverse (little-endian) encoded files + - [ ] UTF-32 (big-endian) encoded files +- [ ] [Simple Markup Language](https://www.simpleml.com/) +- [ ] [TBL](https://github.com/Stenway/TBL-TS) +- [ ] [OML](https://github.com/Stenway/OML-TS)