Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 455 Bytes

architecture.md

File metadata and controls

13 lines (8 loc) · 455 Bytes

Architecture

Simple Parser

Instead of a simple parser architecture as shown here:

Parser-Formatter Architecture

Speech Markdown is first translated into an Abstract Syntax Tree (AST) and a formatter transforms that into the correct format:

This is more powerful as formatters have the ability to customize the output based on the differences of each platform.