-
Notifications
You must be signed in to change notification settings - Fork 14
Add SubsectionData enum #16
Copy link
Copy link
Open
Description
Subsection and Sym are structurally similar. Each has a kind and data field. Sym also has a parse() method, which returns a SymData enum that covers the logical cases enumerated by the constants in SymKind. It'd be nice to have a corresponding Subsection::parse() method, which would return a SubsectionData enum for easy matching.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels