summaryrefslogtreecommitdiff
path: root/textproc/zoem
AgeCommit message (Collapse)AuthorFilesLines
2011-10-09Update my emailcheusov1-2/+2
2011-05-08Zoem is an interpretive macro language with substantial facilities forcheusov4-0/+84
programming. It supports a two-stage process, consisting of macro interpretation (featuring inside-out evaluation if needed), followed by a simple and powerful application of stream character filtering. Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like \it{PostScript}, and various resemblances to \it{m4} and \it{info}. It has interfaces to modules making life easy \- counters, references, arithmetic, multi-dimensional data storage, input/output operations, regular expressions, and system commands.