jostylr / literate-programming-lib

The library component of literate-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

store

jostylr opened this issue · comments

The store directive, and possible other directives, should be reviewed for easier understanding of what's happening. In particular, store could have the option of [name|value](# "store:| cmd1 | cmd2 |...") which would take value and pipe it into cmd1, cmd2, ... and then store it under the name variable.

The pipe should be safe as a separator as varnames can't have pipes. This should be backwards compatible with the previous store commands.

done as of v1.9.0