2020-12-11 04:16:06 -05:00
# Sixam.CST
2020-12-08 17:56:38 -05:00
2020-12-08 18:46:52 -05:00
[](https://opensource.org/licenses/MIT) [](code_of_conduct.md)
2020-12-12 03:32:09 -05:00
Caret-Separated Text (or CST) is a key-value pair format represented by digits or words as keys and the value as text enclosed between carets. (e.g. ``<key> ^<text>^` `) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character. Sixam.CST is a library for parsing the CST format.
2020-12-08 17:56:38 -05:00
2020-12-08 20:13:18 -05:00
## Usage
2020-12-08 17:56:38 -05:00
2020-12-13 07:48:15 -05:00
See [usage.md ](./usage.md ).
2020-12-08 20:13:18 -05:00
2020-12-08 17:56:38 -05:00
## To-do
2020-12-08 18:46:52 -05:00
- [ ] Support for arguments (e.g. ``%1` `)
2020-12-09 22:34:45 -05:00
## Known issues
2021-11-19 13:52:26 -05:00
- Skipping comments is a little unpredictable.
2020-12-09 22:34:45 -05:00
2020-12-08 18:46:52 -05:00
## Requirements
2021-11-19 13:52:26 -05:00
- [.NET ](https://dotnet.microsoft.com/download ) 6+.
- [.NET Interactive ](https://github.com/dotnet/interactive/blob/main/README.md ) for notebooks (optional).
- [VSCode Extension ](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode ) or [nteract ](https://nteract.io/ )
2020-12-08 17:56:38 -05:00
## License
I license this project under the MIT license - see [LICENSE ](LICENSE ) for details.