Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 458 Bytes

File metadata and controls

15 lines (8 loc) · 458 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.