https://github.com/sh1kxrv/tinyannotations
A tiny config parser
https://github.com/sh1kxrv/tinyannotations
config dictionary dotnet lexer parser
Last synced: about 1 year ago
JSON representation
A tiny config parser
- Host: GitHub
- URL: https://github.com/sh1kxrv/tinyannotations
- Owner: sh1kxrv
- License: gpl-3.0
- Created: 2020-10-27T00:01:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T22:37:42.000Z (over 5 years ago)
- Last Synced: 2025-02-07T05:31:22.758Z (over 1 year ago)
- Topics: config, dictionary, dotnet, lexer, parser
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinyAnnotations
A tiny config parser
# config example:
```
$Key:"String" #comment
$Key2:1.5
$Key3:rand 1 5
```