Closed rnkn closed 7 years ago
The parsing engine currently operates off a tree model, e.g. a scene heading is the first child of a scene. This is annoying. A linear/list model would work better with FDX and LaTeX.
It turns out this won't work with FDX, specifically dual dialogue. So, back to a tree structure.
The parsing engine currently operates off a tree model, e.g. a scene heading is the first child of a scene. This is annoying. A linear/list model would work better with FDX and LaTeX.