Refactor class parsing completely

This commit is contained in:
2024-09-12 16:18:55 +02:00
parent 3994b5aa74
commit 867c31b6d3
3 changed files with 45 additions and 10 deletions

View File

@@ -42,6 +42,8 @@ func main() {
return
}
// TODO: Implement parsing enums somehow
// TODO: Implement some sort of switching (between a class and an enum)
wg := sync.WaitGroup{}
for _, file := range files {
wg.Add(1)