A streaming parser for INI formatted lines of test.
primitive val Ini
new val create() : Ini val^
This accepts a string iterator and calls the IniNotify for each new entry. If any errors are encountered, this will return false. Otherwise, it returns true.
fun box apply( lines: Iterator[String box] ref, f: IniNotify ref) : Bool val
fun box eq( that: Ini val) : Bool val
fun box ne( that: Ini val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ini-Ini