Login  Register

Re: [dev] Reorganization of the AsciidoctorJ AST data structures

Posted by Robert.Panzer on Aug 02, 2015; 4:30pm
URL: https://discuss.asciidoctor.org/dev-Reorganization-of-the-AsciidoctorJ-AST-data-structures-tp2991p3606.html

I also think that Node is easier for beginners and it keeps the connection to the T in AST.
I will provide a PR for this:

FlowNode
 +- StructuralNode
 | +- Block
 | +- Section
 | +- Document
 | +- List
 | +- ListItem
 | +- Table
 +- PhrasingNode