2009-04-11から1日間の記事一覧

Curlで行番号&goto

こんなマクロを定義する。 {define-macro public {with-line ?v:verbatim} {return {expand-template {let ?={expand-template line}: int = 0, ?={expand-template pc}:int = 0, ?={expand-template jump}:int = 0 } {while true do {value ?v} {break} } }…