From 65d1a6cc521a097b0bd4884dadd0b7a0d46a63b8 Mon Sep 17 00:00:00 2001 From: d6 Date: Sun, 6 Feb 2022 17:08:59 -0500 Subject: [PATCH] interval ops not baked yet --- regex.tal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regex.tal b/regex.tal index 5cd7d43..eaa0b55 100644 --- a/regex.tal +++ b/regex.tal @@ -566,8 +566,8 @@ ( INTERVAL OPERATIONS ) ( ) -( ) - +( not baked yet ) +( @min ( first* last* -> min-addr* ) SWP2 STH2k ,&incr JMP ( last first [first] ) &loop LDAk LDAkr STHr LTH ,&replace JCN ,&incr JMP ( last a [c] ) @@ -589,4 +589,4 @@ &above POPr POP &below #00 JMP2r @iv-find ( c^ iv* -> bool^ ) - \ No newline at end of file + ) \ No newline at end of file