Skip to content
Snippets Groups Projects
Commit 7d218cd7 authored by Kaj Koivunen's avatar Kaj Koivunen :coffee:
Browse files

XMLParser -> DictionaryParser

parent 49ab4190
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class XMLParser {
var character: Character? = null
var rmgroup: RMGroup? = null
parseXML(path) {
XMLParserDSL.parse(path) {
element("character") {
start { character = Character() }
end {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment