Package nz.org.riskscape.ini
package nz.org.riskscape.ini
-
ClassDescriptionAST for an .ini fileParses an ini file in to an AST using RiskScape's DSL parsing code.Tokens and matchers for parsing ini files.AST for A single key-value defined in an .ini file, e.g.AST for an .ini file section, comprising the header (
[section]
) andKeyValue
s beneath it