-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Expose the full parsetree somehow. Either just in Scala (somewhat suboptimal, since that makes it annoying to use it from other languages) or output as a machine readable format.
This is the number 1 priority issue. The other tasks, such as generating statistics or tag files etc can all be done by separate tools once the parsetree is available, whether that be an internal Scala API or a machine readable format.
Reactions are currently unavailable