asciigoat's INI parser
https://asciigoat.org/ini
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| parser | 2 years ago | |
| tools | 2 years ago | |
| .editorconfig | 2 years ago | |
| .gitignore | 2 years ago | |
| LICENCE.txt | 2 years ago | |
| Makefile | 2 years ago | |
| README.md | 2 years ago | |
| docs.go | 2 years ago | |
| go.mod | 2 years ago | |
| go.sum | 2 years ago | |
README.md
asciigoat's INI parser
asciigoat.org/ini is a simple Go library that very loosly parses
INI-style documents allowing the implementation
of stricter parsers of similar form.
asciigoat is MIT licensed.
Parser
parser.Parser uses
asciigoat's lexer to process an INI-style document
emiting tokens and errors via callbacks.
Other Implementations
See also
- asciigoat.org/core
- oss.jpi.io
- INI file (wikipedia)
- TOML