Handbook
Glossary
(libyaml-parser-error) ( parser -- )
Vocabulary
yaml
.
private
Inputs
parser
an
object
Outputs
None
Definition
USING:
accessors
combinators
generalizations
kernel
yaml
;
IN:
yaml.private
:
(libyaml-parser-error)
( parser -- )
{
[
error>>
]
[
problem>>
]
[
problem_offset>>
]
[
problem_value>>
]
[
problem_mark>>
]
[
context>>
]
[
context_mark>>
]
}
cleave
[
clone
]
7
napply
libyaml-parser-error
;