Handbook
Glossary
source-code-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
codebase-analyzer
:
source-code-file?
( path -- ? )
{
[
c-file?
]
[
c-header-file?
]
[
cpp-file?
]
[
cpp-header-file?
]
[
erlang-file?
]
[
factor-file?
]
[
python-file?
]
[
python-packaging-file?
]
[
rust-file?
]
[
java-file?
]
[
javascript-file?
]
[
css-file?
]
[
html-file?
]
[
shell-file?
]
[
sql-file?
]
[
cql-file?
]
}
1||
;