aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* expand starts and continues by adding current node as argumentGravatar Peter McGoron 2025-01-271-1/+10
| | | | | | | This simplifies the parser at the expense of moving the `add-new-node!` declaration into the `starts` procedure. This allows for the procedure to mutate the node when needed, which is needed for properly parsing pandoc-style grid tables.
* indented code block testGravatar Peter McGoron 2025-01-261-2/+2
|
* block structureGravatar Peter McGoron 2025-01-251-0/+71