dbed732f1e7269d996384fc8742acb1f228600aa
Signed-off-by: Alejandro Mery <amery@jpi.io>
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
Description
Languages
Go
94.6%
Makefile
5.4%