Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 368 Bytes

File metadata and controls

20 lines (15 loc) · 368 Bytes

Draft

High-performance programmable markup compiler WIP

Architecture

draft-core contains core utilities used to parse Draft markup and object notation. It

flowchart
    core[draft-core]
   core --> cli[draft-cli]
   core --> lsp[draft-lsp]
   lsp --> editor[draft-editor]
Loading

need for rustfmt.toml:

rustup toolchain install nightly