I am looking to convert an configuration file that uses some kind of windows ini file format into facts. What would be a good way to read and parse an ini file. I guess the overall format is:
[section header]
phrase 1 = phrase 2
while phrase 2 can be empty
It looks like section header could also be parsed into [arg1_num_arg2 arg3]