Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 330 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 330 Bytes

Syntax

Parsing a file will return an S-expression tree. This follows the same logic as any ordinary scheme or lisp parsing.

Markup blocks

Surrounding something with [ ... ] will harshly escape it from the language and treat it as an atomic object where : can be used to escape the block temporarily to evaluate an SExpr.