diff options
Diffstat (limited to 'utils.txr')
-rw-r--r-- | utils.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ @(define n (a))@(local n)@{n /\d+/}@(bind a @(int-str n))@(end) @(define m (a))@(local m)@{m /\w+/}@(bind a @(month-num m))@(end) @# -@(next :string (identity *self-path*)) +@(next :string self-path) @(some) @*nil/@self.@nil @(or) |