Author(s): Göran Smedbäck.
generator_util
):- use_module(library(generator_util)).
generator_util
)
Usage 1: reading(+IS, +NodeTypeId, +ParseIn, -ParseOut)
+IS
is an atom.
(basic_props:atm/1
)
+NodeTypeId
is an atom.
(basic_props:atm/1
)
+ParseIn
is a parse structure.
(internal_types:parse/1
)
-ParseOut
is a parse structure.
(internal_types:parse/1
)
Usage 2: reading(+NodeGut, +NodeName, +ParseIn, -ParseOut)
+NodeGut
is an atom.
(basic_props:atm/1
)
+NodeName
is an atom.
(basic_props:atm/1
)
+ParseIn
is a parse structure.
(internal_types:parse/1
)
-ParseOut
is a parse structure.
(internal_types:parse/1
)
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
No further documentation available for this predicate.
Usage: indentation_list(+Parse, -IndList)
+Parse
is a parse structure.
(internal_types:parse/1
)
-IndList
is a list of atm
s.
(basic_props:list/2
)
No further documentation available for this predicate.
Usage: remove_comments(+Value, -CommentsBefore, -ValueClean, -CommentsAfter)
+Value
is a list of atm
s.
(basic_props:list/2
)
-CommentsBefore
is a list of atm
s.
(basic_props:list/2
)
-ValueClean
is an atom.
(basic_props:atm/1
)
-CommentsAfter
is a list of atm
s.
(basic_props:list/2
)
Go to the first, previous, next, last section, table of contents.