Handbook
Glossary
doc-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
doc-file?
( path -- ? )
>lower
file-extension
[
"adoc"
"txt"
"rst"
"doc"
"docx"
"pdf"
"epub"
"wiki"
"odt"
"tex"
"md"
"markdown"
]
member?
;