grammar ConfigFile { token File { + } token Section { * } token Heading { <'['> (\w+) <']'> \n } token Entry { (\w+) = (\w+) \n+ } }
:next