abhabongse / paxter

Document-first text pre-processing mini-language loosely inspired by @-expressions in Racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement object which allows write buffering [Simple Snake]

abhabongse opened this issue · comments

Introduce a callable object which allows writing into the buffer inside the object and introduces a collect method to dump the content from the buffer into the output space every time any evaluation could have happened (i.e. post-visitor hook).