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.
 
 
Alejandro Mery dbed732f1e README: add initial description of the package 1 year ago
parser parser: implement basic dosini parsing 1 year ago
tools tools: add stringer support 1 year ago
.editorconfig Initial commit 1 year ago
.gitignore Initial commit 1 year ago
LICENCE.txt Initial commit 1 year ago
Makefile build-sys: import build system from darvaza.org/core 1 year ago
README.md README: add initial description of the package 1 year ago
docs.go Initial commit 1 year ago
go.mod parser: add initial Parser emitting non-whitespace tokens 1 year ago
go.sum parser: add initial Parser emitting non-whitespace tokens 1 year ago

README.md

asciigoat's INI parser

Go Reference Go Report Card

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