You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements various visitor classes that have methods for generating or rendering each type of markup.
I'd like to switch these structs to be classes and add the ability to replace their implementation in the ParserBuilder.
By making them classes they can be extended while preserving most functionality.
For example I have a fair of experimentation I'd like to do with tables in the near future that likely won't be immediately upstreamable and would prefer not to create a full duplicate implementation of all of the other visitor functions.
The text was updated successfully, but these errors were encountered:
This project implements various visitor classes that have methods for generating or rendering each type of markup.
I'd like to switch these structs to be classes and add the ability to replace their implementation in the ParserBuilder.
By making them classes they can be extended while preserving most functionality.
For example I have a fair of experimentation I'd like to do with tables in the near future that likely won't be immediately upstreamable and would prefer not to create a full duplicate implementation of all of the other visitor functions.
The text was updated successfully, but these errors were encountered: