@eagleoutice/flowr - v2.2.8

Modules

parallel
src/abstract-interpretation/normalized-ast-fold
src/benchmark/slicer
src/benchmark/stats/print
src/benchmark/stats/size-of
src/benchmark/stats/stats
src/benchmark/stopwatch
src/benchmark/summarizer/data
src/benchmark/summarizer/first-phase/input
src/benchmark/summarizer/first-phase/process
src/benchmark/summarizer/second-phase/graph
src/benchmark/summarizer/second-phase/process
src/benchmark/summarizer/summarizer
src/cli/benchmark-app
src/cli/benchmark-helper-app
src/cli/common/features
src/cli/common/options
src/cli/common/script
src/cli/common/scripts-info
src/cli/export-quads-app
src/cli/flowr
src/cli/flowr-main-options
src/cli/repl/commands/repl-cfg
src/cli/repl/commands/repl-commands
src/cli/repl/commands/repl-dataflow
src/cli/repl/commands/repl-execute
src/cli/repl/commands/repl-lineage
src/cli/repl/commands/repl-main
src/cli/repl/commands/repl-normalize
src/cli/repl/commands/repl-parse
src/cli/repl/commands/repl-query
src/cli/repl/commands/repl-quit
src/cli/repl/commands/repl-version
src/cli/repl/core
src/cli/repl/execute
src/cli/repl/print-version
src/cli/repl/prompt
src/cli/repl/server/compact
src/cli/repl/server/connection
src/cli/repl/server/messages/all-messages
src/cli/repl/server/messages/message-analysis
src/cli/repl/server/messages/message-error
src/cli/repl/server/messages/message-hello
src/cli/repl/server/messages/message-lineage
src/cli/repl/server/messages/message-query
src/cli/repl/server/messages/message-repl
src/cli/repl/server/messages/message-slice
src/cli/repl/server/net
src/cli/repl/server/send
src/cli/repl/server/server
src/cli/repl/server/validate
src/cli/run-script
src/cli/script-core/statistics-core
src/cli/script-core/statistics-helper-core
src/cli/script-core/summarizer-core
src/cli/slicer-app
src/cli/statistics-app
src/cli/statistics-helper-app
src/cli/summarizer-app
src/config
src/core/pipeline-executor
src/core/print/dataflow-printer
src/core/print/normalize-printer
src/core/print/parse-printer
src/core/print/print
src/core/print/slice-diff-ansi
src/core/steps/all/core/00-parse
src/core/steps/all/core/01-parse-tree-sitter
src/core/steps/all/core/10-normalize
src/core/steps/all/core/11-normalize-tree-sitter
src/core/steps/all/core/20-dataflow
src/core/steps/all/static-slicing/00-slice
src/core/steps/all/static-slicing/10-reconstruct
src/core/steps/pipeline-step
src/core/steps/pipeline/create-pipeline
src/core/steps/pipeline/default-pipelines
src/core/steps/pipeline/invalid-pipeline-error
src/core/steps/pipeline/pipeline
src/dataflow/cluster
src/dataflow/environments/append
src/dataflow/environments/built-in
src/dataflow/environments/built-in-config
src/dataflow/environments/clone
src/dataflow/environments/default-builtin-config
src/dataflow/environments/define
src/dataflow/environments/diff
src/dataflow/environments/environment
src/dataflow/environments/identifier
src/dataflow/environments/overwrite
src/dataflow/environments/resolve-by-name
src/dataflow/environments/scoping
src/dataflow/extractor
src/dataflow/graph/dataflowgraph-builder
src/dataflow/graph/diff
src/dataflow/graph/edge
src/dataflow/graph/graph
src/dataflow/graph/quads
src/dataflow/graph/resolve-graph
src/dataflow/graph/vertex
src/dataflow/info
src/dataflow/internal/linker
src/dataflow/internal/process/functions/call/argument/make-argument
src/dataflow/internal/process/functions/call/argument/unpack-argument
src/dataflow/internal/process/functions/call/built-in/built-in-access
src/dataflow/internal/process/functions/call/built-in/built-in-apply
src/dataflow/internal/process/functions/call/built-in/built-in-assignment
src/dataflow/internal/process/functions/call/built-in/built-in-expression-list
src/dataflow/internal/process/functions/call/built-in/built-in-for-loop
src/dataflow/internal/process/functions/call/built-in/built-in-function-definition
src/dataflow/internal/process/functions/call/built-in/built-in-get
src/dataflow/internal/process/functions/call/built-in/built-in-if-then-else
src/dataflow/internal/process/functions/call/built-in/built-in-library
src/dataflow/internal/process/functions/call/built-in/built-in-list
src/dataflow/internal/process/functions/call/built-in/built-in-pipe
src/dataflow/internal/process/functions/call/built-in/built-in-quote
src/dataflow/internal/process/functions/call/built-in/built-in-repeat-loop
src/dataflow/internal/process/functions/call/built-in/built-in-replacement
src/dataflow/internal/process/functions/call/built-in/built-in-source
src/dataflow/internal/process/functions/call/built-in/built-in-special-bin-op
src/dataflow/internal/process/functions/call/built-in/built-in-while-loop
src/dataflow/internal/process/functions/call/common
src/dataflow/internal/process/functions/call/default-call-handling
src/dataflow/internal/process/functions/call/known-call-handling
src/dataflow/internal/process/functions/call/named-call-handling
src/dataflow/internal/process/functions/call/unnamed-call-handling
src/dataflow/internal/process/functions/process-argument
src/dataflow/internal/process/functions/process-parameter
src/dataflow/internal/process/process-named-call
src/dataflow/internal/process/process-symbol
src/dataflow/internal/process/process-uninteresting-leaf
src/dataflow/internal/process/process-value
src/dataflow/logger
src/dataflow/processor
src/documentation/data/dfg/doc-data-dfg-util
src/documentation/data/query/example-query-code
src/documentation/data/server/doc-data-server-messages
src/documentation/doc-util/doc-auto-gen
src/documentation/doc-util/doc-benchmarks
src/documentation/doc-util/doc-cfg
src/documentation/doc-util/doc-cli-option
src/documentation/doc-util/doc-code
src/documentation/doc-util/doc-dfg
src/documentation/doc-util/doc-docker
src/documentation/doc-util/doc-env
src/documentation/doc-util/doc-files
src/documentation/doc-util/doc-general
src/documentation/doc-util/doc-issue
src/documentation/doc-util/doc-normalized-ast
src/documentation/doc-util/doc-query
src/documentation/doc-util/doc-repl
src/documentation/doc-util/doc-search
src/documentation/doc-util/doc-server-message
src/documentation/doc-util/doc-structure
src/documentation/doc-util/doc-types
src/documentation/print-capabilities-markdown
src/documentation/print-core-wiki
src/documentation/print-dataflow-graph-wiki
src/documentation/print-engines-wiki
src/documentation/print-interface-wiki
src/documentation/print-linting-and-testing-wiki
src/documentation/print-normalized-ast-wiki
src/documentation/print-query-wiki
src/documentation/print-readme
src/documentation/print-search-wiki
src/queries/base-query-format
src/queries/catalog/call-context-query/call-context-query-executor
src/queries/catalog/call-context-query/call-context-query-format
src/queries/catalog/call-context-query/cascade-action
src/queries/catalog/call-context-query/identify-link-to-last-call-relation
src/queries/catalog/cluster-query/cluster-query-executor
src/queries/catalog/cluster-query/cluster-query-format
src/queries/catalog/config-query/config-query-executor
src/queries/catalog/config-query/config-query-format
src/queries/catalog/dataflow-lens-query/dataflow-lens-query-executor
src/queries/catalog/dataflow-lens-query/dataflow-lens-query-format
src/queries/catalog/dataflow-query/dataflow-query-executor
src/queries/catalog/dataflow-query/dataflow-query-format
src/queries/catalog/dependencies-query/dependencies-query-executor
src/queries/catalog/dependencies-query/dependencies-query-format
src/queries/catalog/happens-before-query/happens-before-query-executor
src/queries/catalog/happens-before-query/happens-before-query-format
src/queries/catalog/id-map-query/id-map-query-executor
src/queries/catalog/id-map-query/id-map-query-format
src/queries/catalog/lineage-query/lineage-query-executor
src/queries/catalog/lineage-query/lineage-query-format
src/queries/catalog/location-map-query/location-map-query-executor
src/queries/catalog/location-map-query/location-map-query-format
src/queries/catalog/normalized-ast-query/normalized-ast-query-executor
src/queries/catalog/normalized-ast-query/normalized-ast-query-format
src/queries/catalog/resolve-value-query/resolve-value-query-executor
src/queries/catalog/resolve-value-query/resolve-value-query-format
src/queries/catalog/search-query/search-query-executor
src/queries/catalog/search-query/search-query-format
src/queries/catalog/static-slice-query/static-slice-query-executor
src/queries/catalog/static-slice-query/static-slice-query-format
src/queries/query
src/queries/query-print
src/queries/two-layer-collector
src/queries/virtual-query/compound-query
src/queries/virtual-query/virtual-queries
src/r-bridge/data/data
src/r-bridge/data/get
src/r-bridge/data/types
src/r-bridge/init
src/r-bridge/lang-4.x/ast/model/collect
src/r-bridge/lang-4.x/ast/model/model
src/r-bridge/lang-4.x/ast/model/nodes/info/r-delimiter
src/r-bridge/lang-4.x/ast/model/nodes/r-access
src/r-bridge/lang-4.x/ast/model/nodes/r-argument
src/r-bridge/lang-4.x/ast/model/nodes/r-binary-op
src/r-bridge/lang-4.x/ast/model/nodes/r-break
src/r-bridge/lang-4.x/ast/model/nodes/r-comment
src/r-bridge/lang-4.x/ast/model/nodes/r-expression-list
src/r-bridge/lang-4.x/ast/model/nodes/r-for-loop
src/r-bridge/lang-4.x/ast/model/nodes/r-function-call
src/r-bridge/lang-4.x/ast/model/nodes/r-function-definition
src/r-bridge/lang-4.x/ast/model/nodes/r-if-then-else
src/r-bridge/lang-4.x/ast/model/nodes/r-line-directive
src/r-bridge/lang-4.x/ast/model/nodes/r-logical
src/r-bridge/lang-4.x/ast/model/nodes/r-next
src/r-bridge/lang-4.x/ast/model/nodes/r-number
src/r-bridge/lang-4.x/ast/model/nodes/r-parameter
src/r-bridge/lang-4.x/ast/model/nodes/r-pipe
src/r-bridge/lang-4.x/ast/model/nodes/r-repeat-loop
src/r-bridge/lang-4.x/ast/model/nodes/r-string
src/r-bridge/lang-4.x/ast/model/nodes/r-symbol
src/r-bridge/lang-4.x/ast/model/nodes/r-unary-op
src/r-bridge/lang-4.x/ast/model/nodes/r-while-loop
src/r-bridge/lang-4.x/ast/model/operators
src/r-bridge/lang-4.x/ast/model/processing/decorate
src/r-bridge/lang-4.x/ast/model/processing/fold
src/r-bridge/lang-4.x/ast/model/processing/node-id
src/r-bridge/lang-4.x/ast/model/processing/role
src/r-bridge/lang-4.x/ast/model/processing/stateful-fold
src/r-bridge/lang-4.x/ast/model/processing/visitor
src/r-bridge/lang-4.x/ast/model/type
src/r-bridge/lang-4.x/ast/model/versions
src/r-bridge/lang-4.x/ast/parser/json/format
src/r-bridge/lang-4.x/ast/parser/json/parser
src/r-bridge/lang-4.x/ast/parser/main/internal/control/normalize-if-then
src/r-bridge/lang-4.x/ast/parser/main/internal/control/normalize-if-then-else
src/r-bridge/lang-4.x/ast/parser/main/internal/expression/normalize-expression
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-argument
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-call
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-definition
src/r-bridge/lang-4.x/ast/parser/main/internal/functions/normalize-parameter
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-break
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-for
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-next
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-repeat
src/r-bridge/lang-4.x/ast/parser/main/internal/loops/normalize-while
src/r-bridge/lang-4.x/ast/parser/main/internal/normalize-access
src/r-bridge/lang-4.x/ast/parser/main/internal/operators/normalize-binary
src/r-bridge/lang-4.x/ast/parser/main/internal/operators/normalize-unary
src/r-bridge/lang-4.x/ast/parser/main/internal/other/normalize-comment
src/r-bridge/lang-4.x/ast/parser/main/internal/other/normalize-line-directive
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-delimiter
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-expressions
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-root
src/r-bridge/lang-4.x/ast/parser/main/internal/structure/normalize-single-node
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-number
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-string
src/r-bridge/lang-4.x/ast/parser/main/internal/values/normalize-symbol
src/r-bridge/lang-4.x/ast/parser/main/normalize-meta
src/r-bridge/lang-4.x/ast/parser/main/normalizer-data
src/r-bridge/lang-4.x/convert-values
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-executor
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-normalize
src/r-bridge/lang-4.x/tree-sitter/tree-sitter-types
src/r-bridge/parser
src/r-bridge/retriever
src/r-bridge/shell
src/r-bridge/shell-executor
src/reconstruct/auto-select/auto-select-defaults
src/reconstruct/auto-select/magic-comments
src/reconstruct/reconstruct
src/search/flowr-search
src/search/flowr-search-builder
src/search/flowr-search-executor
src/search/flowr-search-filters
src/search/flowr-search-printer
src/search/flowr-search-traverse
src/search/search-executor/search-generators
src/search/search-executor/search-transformer
src/search/search-optimizer/search-optimizer
src/slicing/criterion/collect-all
src/slicing/criterion/filters/all-variables
src/slicing/criterion/parse
src/slicing/static/fingerprint
src/slicing/static/slice-call
src/slicing/static/slicer-types
src/slicing/static/static-slicer
src/slicing/static/visiting-queue
src/statistics/features/common-syntax-probability
src/statistics/features/feature
src/statistics/features/post-processing
src/statistics/features/supported/assignments/assignments
src/statistics/features/supported/assignments/post-process
src/statistics/features/supported/comments/comments
src/statistics/features/supported/comments/post-process
src/statistics/features/supported/control-flow/control-flow
src/statistics/features/supported/control-flow/post-process
src/statistics/features/supported/data-access/data-access
src/statistics/features/supported/data-access/post-process
src/statistics/features/supported/defined-functions/defined-functions
src/statistics/features/supported/defined-functions/post-process
src/statistics/features/supported/expression-list/post-process
src/statistics/features/supported/expression-list/statistics-expression-list
src/statistics/features/supported/loops/loops
src/statistics/features/supported/loops/post-process
src/statistics/features/supported/used-functions/post-process
src/statistics/features/supported/used-functions/used-functions
src/statistics/features/supported/used-packages/post-process
src/statistics/features/supported/used-packages/used-packages
src/statistics/features/supported/values/post-process
src/statistics/features/supported/values/values
src/statistics/features/supported/variables/post-process
src/statistics/features/supported/variables/variables
src/statistics/meta-statistics
src/statistics/output/file-provider
src/statistics/output/print-stats
src/statistics/output/statistics-file
src/statistics/statistics
src/statistics/summarizer/auto-detect
src/statistics/summarizer/first-phase/process
src/statistics/summarizer/post-process/clusterer
src/statistics/summarizer/post-process/file-based-count
src/statistics/summarizer/post-process/histogram
src/statistics/summarizer/post-process/post-process-output
src/statistics/summarizer/second-phase/process
src/statistics/summarizer/summarizer
src/util/ansi
src/util/args
src/util/arrays
src/util/assert
src/util/bimap
src/util/cfg/cfg
src/util/cfg/happens-before
src/util/cfg/visitor
src/util/defaultmap
src/util/diff
src/util/files
src/util/html-hover-over
src/util/json
src/util/list-access
src/util/log
src/util/logic
src/util/mermaid/ast
src/util/mermaid/cfg
src/util/mermaid/dfg
src/util/mermaid/mermaid
src/util/numbers
src/util/objects
src/util/os
src/util/quads
src/util/random
src/util/range
src/util/schema
src/util/set
src/util/simple-df/dfg-view
src/util/strings
src/util/summarizer
src/util/text
src/util/time
src/util/version
test/functionality/_helper/ast-builder
test/functionality/_helper/config
test/functionality/_helper/dataflow/dataflow-builder-printer
test/functionality/_helper/dataflow/environment-builder
test/functionality/_helper/dataflow/environment-builder-printer
test/functionality/_helper/dataflow/printer
test/functionality/_helper/label
test/functionality/_helper/log
test/functionality/_helper/net
test/functionality/_helper/network
test/functionality/_helper/provider
test/functionality/_helper/query
test/functionality/_helper/search
test/functionality/_helper/shell