Handbook
Glossary
parse-item ( state -- state' item )
Vocabulary
farkup
Inputs
state
an
object
Outputs
state'
an
object
item
an
object
Definition
USING:
combinators
kernel
sequences
;
IN:
farkup
:
parse-item
( state -- state' item )
dup
0
look
{
{
61
[
parse-heading
]
}
{
124
[
parse-table
]
}
{
95
[
parse-line
]
}
{
45
[
parse-ul
]
}
{
35
[
parse-ol
]
}
{
91
[
parse-code
]
}
{
f
[
rest-slice
f
]
}
[
drop
unclip-slice
make-paragraph
]
}
case
;