does some cleanup of generated files

This commit is contained in:
2023-10-21 17:19:24 +02:00
parent 74ff1d455a
commit 3a86f4f9de
5 changed files with 95 additions and 125 deletions

View File

@ -8,9 +8,10 @@
instrGroups[groupName]+=it;
}
instrGroups
}%><%getInstructionGroups().each{name, instrList -> %>
}%><%int index = 0; getInstructionGroups().each{name, instrList -> %>
${name}: <% instrList.each { %>
${it.instruction.name}:
index: ${index++}
encoding: ${it.encoding}
mask: ${it.mask}<%if(it.attributes.size) {%>
attributes: ${it.attributes}<%}%>