-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Remove toJtdForm() methods from AbstractType class and all classes that extend it. Instead implement the JTD conversion for each node in the src/jtd/ folder where a routine for each node type is a separate function, and there is one main "router" function with a big SwitchStatement which routes each node to the correct implementation.
Copilot