Handbook
Glossary
<times> ( term times -- term' )
Vocabulary
regexp
.
ast
Inputs
term
an
object
times
an
object
Outputs
term'
an
object
Definition
IN:
regexp.ast
GENERIC:
<times>
( term times -- term' )
Methods
USING:
accessors
arrays
kernel
regexp.ast
;
M:
at-least
<times>
n>>
swap
[
repetition
]
[
<star>
]
bi
2array
<concatenation>
;
USING:
accessors
arrays
kernel
math
regexp.ast
;
M:
from-to
<times>
[
n>>
swap
repetition
]
[
[
m>>
]
[
n>>
]
bi
-
to-times
]
2bi
2array
<concatenation>
;