LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
./.gitignore
./CHANGELOG.md
./CodeBLEU.jpg
./LICENSE
./MANIFEST.in
./README.md
./VERSION
./pyproject.toml
./setup.py
./codebleu/__init__.py
./codebleu/__main__.py
./codebleu/bleu.py
./codebleu/codebleu.py
./codebleu/dataflow_match.py
./codebleu/py.typed
./codebleu/syntax_match.py
./codebleu/utils.py
./codebleu/weighted_ngram_match.py
./codebleu/keywords/c.txt
./codebleu/keywords/c_sharp.txt
./codebleu/keywords/cpp.txt
./codebleu/keywords/java.txt
./codebleu/keywords/javascript.txt
./codebleu/keywords/php.txt
./codebleu/keywords/python.txt
./codebleu/parser/build.sh
./codebleu/parser/my-languages.so
./codebleu/parser/tree-sitter/c/.appveyor.yml
./codebleu/parser/tree-sitter/c/.eslintrc.js
./codebleu/parser/tree-sitter/c/.gitattributes
./codebleu/parser/tree-sitter/c/.gitignore
./codebleu/parser/tree-sitter/c/.npmignore
./codebleu/parser/tree-sitter/c/.travis.yml
./codebleu/parser/tree-sitter/c/Cargo.toml
./codebleu/parser/tree-sitter/c/LICENSE
./codebleu/parser/tree-sitter/c/Package.swift
./codebleu/parser/tree-sitter/c/README.md
./codebleu/parser/tree-sitter/c/binding.gyp
./codebleu/parser/tree-sitter/c/grammar.js
./codebleu/parser/tree-sitter/c/package.json
./codebleu/parser/tree-sitter/c-sharp/.gitattributes
./codebleu/parser/tree-sitter/c-sharp/.gitignore
./codebleu/parser/tree-sitter/c-sharp/.npmignore
./codebleu/parser/tree-sitter/c-sharp/Cargo.toml
./codebleu/parser/tree-sitter/c-sharp/LICENSE
./codebleu/parser/tree-sitter/c-sharp/Package.swift
./codebleu/parser/tree-sitter/c-sharp/README.md
./codebleu/parser/tree-sitter/c-sharp/binding.gyp
./codebleu/parser/tree-sitter/c-sharp/grammar.js
./codebleu/parser/tree-sitter/c-sharp/package.json
./codebleu/parser/tree-sitter/c-sharp/test.js
./codebleu/parser/tree-sitter/c-sharp/.git/HEAD
./codebleu/parser/tree-sitter/c-sharp/.git/config
./codebleu/parser/tree-sitter/c-sharp/.git/description
./codebleu/parser/tree-sitter/c-sharp/.git/index
./codebleu/parser/tree-sitter/c-sharp/.git/packed-refs
./codebleu/parser/tree-sitter/c-sharp/.git/shallow
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/c-sharp/.git/hooks/update.sample
./codebleu/parser/tree-sitter/c-sharp/.git/info/exclude
./codebleu/parser/tree-sitter/c-sharp/.git/logs/HEAD
./codebleu/parser/tree-sitter/c-sharp/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/c-sharp/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/c-sharp/.git/objects/pack/pack-dab93abd59f7ffed7c79a30fbf41e249ab2fa8b7.idx
./codebleu/parser/tree-sitter/c-sharp/.git/objects/pack/pack-dab93abd59f7ffed7c79a30fbf41e249ab2fa8b7.pack
./codebleu/parser/tree-sitter/c-sharp/.git/objects/pack/pack-dab93abd59f7ffed7c79a30fbf41e249ab2fa8b7.rev
./codebleu/parser/tree-sitter/c-sharp/.git/refs/heads/master
./codebleu/parser/tree-sitter/c-sharp/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/c-sharp/.github/workflows/build.yml
./codebleu/parser/tree-sitter/c-sharp/.github/workflows/publish_crate.yml
./codebleu/parser/tree-sitter/c-sharp/bindings/node/binding.cc
./codebleu/parser/tree-sitter/c-sharp/bindings/node/index.js
./codebleu/parser/tree-sitter/c-sharp/bindings/rust/README.md
./codebleu/parser/tree-sitter/c-sharp/bindings/rust/build.rs
./codebleu/parser/tree-sitter/c-sharp/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/c-sharp/bindings/swift/TreeSitterCSharp/csharp.h
./codebleu/parser/tree-sitter/c-sharp/corpus/attributes.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/classes.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/contextual-keywords.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/enums.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/expressions.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/identifiers.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/interfaces.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/literals.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/preprocessor.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/query-syntax.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/records.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/source-file-structure.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/statements.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/structs.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/type-events.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/type-fields.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/type-methods.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/type-operators.txt
./codebleu/parser/tree-sitter/c-sharp/corpus/type-properties.txt
./codebleu/parser/tree-sitter/c-sharp/queries/highlights.scm
./codebleu/parser/tree-sitter/c-sharp/queries/tags.scm
./codebleu/parser/tree-sitter/c-sharp/script/file_sizes.txt
./codebleu/parser/tree-sitter/c-sharp/script/known_failures.txt
./codebleu/parser/tree-sitter/c-sharp/script/parse-examples
./codebleu/parser/tree-sitter/c-sharp/script/update-file-sizes
./codebleu/parser/tree-sitter/c-sharp/script/update-known-failures
./codebleu/parser/tree-sitter/c-sharp/src/grammar.json
./codebleu/parser/tree-sitter/c-sharp/src/node-types.json
./codebleu/parser/tree-sitter/c-sharp/src/parser.c
./codebleu/parser/tree-sitter/c-sharp/src/scanner.c
./codebleu/parser/tree-sitter/c-sharp/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/c-sharp/test/highlight/baseline.cs
./codebleu/parser/tree-sitter/c-sharp/test/highlight/operators.cs
./codebleu/parser/tree-sitter/c-sharp/test/highlight/types.cs
./codebleu/parser/tree-sitter/c-sharp/test/highlight/var.cs
./codebleu/parser/tree-sitter/c-sharp/test/highlight/variableDeclarations.cs
./codebleu/parser/tree-sitter/c-sharp/test/queries/identifiers.cs
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/.gitignore
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/Generator.cs
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/Generator.csproj
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/run-generator
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/.vscode/launch.json
./codebleu/parser/tree-sitter/c-sharp/tools/highlight-test-generator/.vscode/tasks.json
./codebleu/parser/tree-sitter/c/.git/HEAD
./codebleu/parser/tree-sitter/c/.git/config
./codebleu/parser/tree-sitter/c/.git/description
./codebleu/parser/tree-sitter/c/.git/index
./codebleu/parser/tree-sitter/c/.git/packed-refs
./codebleu/parser/tree-sitter/c/.git/shallow
./codebleu/parser/tree-sitter/c/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/c/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/c/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/c/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/c/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/c/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/c/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/c/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/c/.git/hooks/update.sample
./codebleu/parser/tree-sitter/c/.git/info/exclude
./codebleu/parser/tree-sitter/c/.git/logs/HEAD
./codebleu/parser/tree-sitter/c/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/c/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/c/.git/objects/pack/pack-277b2aa2fe28af0abd578718b0b992a771c4daaa.idx
./codebleu/parser/tree-sitter/c/.git/objects/pack/pack-277b2aa2fe28af0abd578718b0b992a771c4daaa.pack
./codebleu/parser/tree-sitter/c/.git/objects/pack/pack-277b2aa2fe28af0abd578718b0b992a771c4daaa.rev
./codebleu/parser/tree-sitter/c/.git/refs/heads/master
./codebleu/parser/tree-sitter/c/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/c/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/c/.github/workflows/lint.yml
./codebleu/parser/tree-sitter/c/.github/workflows/publish_crate.yml
./codebleu/parser/tree-sitter/c/bindings/node/binding.cc
./codebleu/parser/tree-sitter/c/bindings/node/index.js
./codebleu/parser/tree-sitter/c/bindings/rust/README.md
./codebleu/parser/tree-sitter/c/bindings/rust/build.rs
./codebleu/parser/tree-sitter/c/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/c/bindings/swift/TreeSitterC/c.h
./codebleu/parser/tree-sitter/c/examples/cluster.c
./codebleu/parser/tree-sitter/c/examples/malloc.c
./codebleu/parser/tree-sitter/c/examples/parser.c
./codebleu/parser/tree-sitter/c/queries/highlights.scm
./codebleu/parser/tree-sitter/c/src/grammar.json
./codebleu/parser/tree-sitter/c/src/node-types.json
./codebleu/parser/tree-sitter/c/src/parser.c
./codebleu/parser/tree-sitter/c/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/c/test/corpus/ambiguities.txt
./codebleu/parser/tree-sitter/c/test/corpus/crlf.txt
./codebleu/parser/tree-sitter/c/test/corpus/declarations.txt
./codebleu/parser/tree-sitter/c/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/c/test/corpus/microsoft.txt
./codebleu/parser/tree-sitter/c/test/corpus/preprocessor.txt
./codebleu/parser/tree-sitter/c/test/corpus/statements.txt
./codebleu/parser/tree-sitter/c/test/corpus/types.txt
./codebleu/parser/tree-sitter/c/test/highlight/keywords.c
./codebleu/parser/tree-sitter/c/test/highlight/names.c
./codebleu/parser/tree-sitter/cpp/.appveyor.yml
./codebleu/parser/tree-sitter/cpp/.eslintrc.js
./codebleu/parser/tree-sitter/cpp/.gitattributes
./codebleu/parser/tree-sitter/cpp/.gitignore
./codebleu/parser/tree-sitter/cpp/.npmignore
./codebleu/parser/tree-sitter/cpp/.travis.yml
./codebleu/parser/tree-sitter/cpp/Cargo.toml
./codebleu/parser/tree-sitter/cpp/LICENSE
./codebleu/parser/tree-sitter/cpp/Package.swift
./codebleu/parser/tree-sitter/cpp/README.md
./codebleu/parser/tree-sitter/cpp/binding.gyp
./codebleu/parser/tree-sitter/cpp/grammar.js
./codebleu/parser/tree-sitter/cpp/package.json
./codebleu/parser/tree-sitter/cpp/.git/HEAD
./codebleu/parser/tree-sitter/cpp/.git/config
./codebleu/parser/tree-sitter/cpp/.git/description
./codebleu/parser/tree-sitter/cpp/.git/index
./codebleu/parser/tree-sitter/cpp/.git/packed-refs
./codebleu/parser/tree-sitter/cpp/.git/shallow
./codebleu/parser/tree-sitter/cpp/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/cpp/.git/hooks/update.sample
./codebleu/parser/tree-sitter/cpp/.git/info/exclude
./codebleu/parser/tree-sitter/cpp/.git/logs/HEAD
./codebleu/parser/tree-sitter/cpp/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/cpp/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/cpp/.git/objects/pack/pack-03c2b4648ffe2679ca04b75ca0c482d87d70ec30.idx
./codebleu/parser/tree-sitter/cpp/.git/objects/pack/pack-03c2b4648ffe2679ca04b75ca0c482d87d70ec30.pack
./codebleu/parser/tree-sitter/cpp/.git/objects/pack/pack-03c2b4648ffe2679ca04b75ca0c482d87d70ec30.rev
./codebleu/parser/tree-sitter/cpp/.git/refs/heads/master
./codebleu/parser/tree-sitter/cpp/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/cpp/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/cpp/.github/workflows/fuzz.yml
./codebleu/parser/tree-sitter/cpp/.github/workflows/lint.yml
./codebleu/parser/tree-sitter/cpp/.github/workflows/publish_crate.yml
./codebleu/parser/tree-sitter/cpp/bindings/node/binding.cc
./codebleu/parser/tree-sitter/cpp/bindings/node/index.js
./codebleu/parser/tree-sitter/cpp/bindings/rust/README.md
./codebleu/parser/tree-sitter/cpp/bindings/rust/build.rs
./codebleu/parser/tree-sitter/cpp/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/cpp/bindings/swift/TreeSitterCPP/cpp.h
./codebleu/parser/tree-sitter/cpp/examples/marker-index.h
./codebleu/parser/tree-sitter/cpp/examples/rule.cc
./codebleu/parser/tree-sitter/cpp/queries/highlights.scm
./codebleu/parser/tree-sitter/cpp/queries/injections.scm
./codebleu/parser/tree-sitter/cpp/src/grammar.json
./codebleu/parser/tree-sitter/cpp/src/node-types.json
./codebleu/parser/tree-sitter/cpp/src/parser.c
./codebleu/parser/tree-sitter/cpp/src/scanner.c
./codebleu/parser/tree-sitter/cpp/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/cpp/src/tree_sitter/runtime.h
./codebleu/parser/tree-sitter/cpp/test/corpus/ambiguities.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/concepts.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/declarations.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/definitions.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/microsoft.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/statements.txt
./codebleu/parser/tree-sitter/cpp/test/corpus/types.txt
./codebleu/parser/tree-sitter/cpp/test/highlight/keywords.cpp
./codebleu/parser/tree-sitter/cpp/test/highlight/names.cpp
./codebleu/parser/tree-sitter/go/.gitattributes
./codebleu/parser/tree-sitter/go/.gitignore
./codebleu/parser/tree-sitter/go/.gitmodules
./codebleu/parser/tree-sitter/go/.npmignore
./codebleu/parser/tree-sitter/go/Cargo.toml
./codebleu/parser/tree-sitter/go/LICENSE
./codebleu/parser/tree-sitter/go/Makefile
./codebleu/parser/tree-sitter/go/Package.swift
./codebleu/parser/tree-sitter/go/README.md
./codebleu/parser/tree-sitter/go/binding.gyp
./codebleu/parser/tree-sitter/go/grammar.js
./codebleu/parser/tree-sitter/go/package.json
./codebleu/parser/tree-sitter/go/.git/HEAD
./codebleu/parser/tree-sitter/go/.git/config
./codebleu/parser/tree-sitter/go/.git/description
./codebleu/parser/tree-sitter/go/.git/index
./codebleu/parser/tree-sitter/go/.git/packed-refs
./codebleu/parser/tree-sitter/go/.git/shallow
./codebleu/parser/tree-sitter/go/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/go/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/go/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/go/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/go/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/go/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/go/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/go/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/go/.git/hooks/update.sample
./codebleu/parser/tree-sitter/go/.git/info/exclude
./codebleu/parser/tree-sitter/go/.git/logs/HEAD
./codebleu/parser/tree-sitter/go/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/go/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/go/.git/objects/pack/pack-a5f9ac3b5eaedcf3c5d4e5dc38437035bd9131dc.idx
./codebleu/parser/tree-sitter/go/.git/objects/pack/pack-a5f9ac3b5eaedcf3c5d4e5dc38437035bd9131dc.pack
./codebleu/parser/tree-sitter/go/.git/objects/pack/pack-a5f9ac3b5eaedcf3c5d4e5dc38437035bd9131dc.rev
./codebleu/parser/tree-sitter/go/.git/refs/heads/master
./codebleu/parser/tree-sitter/go/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/go/.github/pull_request_template.md
./codebleu/parser/tree-sitter/go/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/go/bindings/c/tree-sitter.h.in
./codebleu/parser/tree-sitter/go/bindings/c/tree-sitter.pc.in
./codebleu/parser/tree-sitter/go/bindings/node/binding.cc
./codebleu/parser/tree-sitter/go/bindings/node/index.js
./codebleu/parser/tree-sitter/go/bindings/rust/README.md
./codebleu/parser/tree-sitter/go/bindings/rust/build.rs
./codebleu/parser/tree-sitter/go/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/go/bindings/swift/TreeSitterGo/go.h
./codebleu/parser/tree-sitter/go/corpus/declarations.txt
./codebleu/parser/tree-sitter/go/corpus/expressions.txt
./codebleu/parser/tree-sitter/go/corpus/literals.txt
./codebleu/parser/tree-sitter/go/corpus/source_files.txt
./codebleu/parser/tree-sitter/go/corpus/statements.txt
./codebleu/parser/tree-sitter/go/corpus/types.txt
./codebleu/parser/tree-sitter/go/examples/letter_test.go
./codebleu/parser/tree-sitter/go/examples/no_newline_at_eof.go
./codebleu/parser/tree-sitter/go/examples/proc.go
./codebleu/parser/tree-sitter/go/examples/value.go
./codebleu/parser/tree-sitter/go/queries/highlights.scm
./codebleu/parser/tree-sitter/go/queries/structure.scm
./codebleu/parser/tree-sitter/go/queries/tags.scm
./codebleu/parser/tree-sitter/go/script/known-failures.txt
./codebleu/parser/tree-sitter/go/script/parse-examples
./codebleu/parser/tree-sitter/go/src/grammar.json
./codebleu/parser/tree-sitter/go/src/node-types.json
./codebleu/parser/tree-sitter/go/src/parser.c
./codebleu/parser/tree-sitter/go/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/java/.gitattributes
./codebleu/parser/tree-sitter/java/.gitignore
./codebleu/parser/tree-sitter/java/.npmignore
./codebleu/parser/tree-sitter/java/CMakeLists.txt
./codebleu/parser/tree-sitter/java/CONTRIBUTING.md
./codebleu/parser/tree-sitter/java/Cargo.toml
./codebleu/parser/tree-sitter/java/LICENSE
./codebleu/parser/tree-sitter/java/Makefile
./codebleu/parser/tree-sitter/java/Package.swift
./codebleu/parser/tree-sitter/java/README.md
./codebleu/parser/tree-sitter/java/binding.gyp
./codebleu/parser/tree-sitter/java/grammar.js
./codebleu/parser/tree-sitter/java/issue_template.md
./codebleu/parser/tree-sitter/java/package.json
./codebleu/parser/tree-sitter/java/.git/HEAD
./codebleu/parser/tree-sitter/java/.git/config
./codebleu/parser/tree-sitter/java/.git/description
./codebleu/parser/tree-sitter/java/.git/index
./codebleu/parser/tree-sitter/java/.git/packed-refs
./codebleu/parser/tree-sitter/java/.git/shallow
./codebleu/parser/tree-sitter/java/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/java/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/java/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/java/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/java/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/java/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/java/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/java/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/java/.git/hooks/update.sample
./codebleu/parser/tree-sitter/java/.git/info/exclude
./codebleu/parser/tree-sitter/java/.git/logs/HEAD
./codebleu/parser/tree-sitter/java/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/java/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/java/.git/objects/pack/pack-36645f04b54986979f4bc485a9293044867e6c4e.idx
./codebleu/parser/tree-sitter/java/.git/objects/pack/pack-36645f04b54986979f4bc485a9293044867e6c4e.pack
./codebleu/parser/tree-sitter/java/.git/objects/pack/pack-36645f04b54986979f4bc485a9293044867e6c4e.rev
./codebleu/parser/tree-sitter/java/.git/refs/heads/master
./codebleu/parser/tree-sitter/java/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/java/.github/pull_request_template.md
./codebleu/parser/tree-sitter/java/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/java/.github/workflows/publish_crate.yml
./codebleu/parser/tree-sitter/java/bindings/c/tree-sitter.h.in
./codebleu/parser/tree-sitter/java/bindings/c/tree-sitter.pc.in
./codebleu/parser/tree-sitter/java/bindings/node/binding.cc
./codebleu/parser/tree-sitter/java/bindings/node/index.js
./codebleu/parser/tree-sitter/java/bindings/rust/README.md
./codebleu/parser/tree-sitter/java/bindings/rust/build.rs
./codebleu/parser/tree-sitter/java/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/java/bindings/swift/TreeSitterJava/java.h
./codebleu/parser/tree-sitter/java/queries/highlights.scm
./codebleu/parser/tree-sitter/java/queries/tags.scm
./codebleu/parser/tree-sitter/java/script/known-failures.txt
./codebleu/parser/tree-sitter/java/script/parse-examples
./codebleu/parser/tree-sitter/java/script/run-javaparser/README.md
./codebleu/parser/tree-sitter/java/script/run-javaparser/bootstrap
./codebleu/parser/tree-sitter/java/script/run-javaparser/pom.xml
./codebleu/parser/tree-sitter/java/script/run-javaparser/run
./codebleu/parser/tree-sitter/java/script/run-javaparser/src/main/java/com/github/tree-sitter/RunJavaParser.java
./codebleu/parser/tree-sitter/java/script/run-javaparser/target/run-javaparser-1.0-SNAPSHOT.jar
./codebleu/parser/tree-sitter/java/script/run-javaparser/target/maven-archiver/pom.properties
./codebleu/parser/tree-sitter/java/script/run-javaparser/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
./codebleu/parser/tree-sitter/java/script/run-javaparser/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
./codebleu/parser/tree-sitter/java/src/grammar.json
./codebleu/parser/tree-sitter/java/src/node-types.json
./codebleu/parser/tree-sitter/java/src/parser.c
./codebleu/parser/tree-sitter/java/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/java/test/corpus/comments.txt
./codebleu/parser/tree-sitter/java/test/corpus/declarations.txt
./codebleu/parser/tree-sitter/java/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/java/test/corpus/literals.txt
./codebleu/parser/tree-sitter/java/test/corpus/precedence.txt
./codebleu/parser/tree-sitter/java/test/corpus/types.txt
./codebleu/parser/tree-sitter/java/test/highlight/types.java
./codebleu/parser/tree-sitter/javascript/.gitattributes
./codebleu/parser/tree-sitter/javascript/.gitignore
./codebleu/parser/tree-sitter/javascript/.npmignore
./codebleu/parser/tree-sitter/javascript/Cargo.toml
./codebleu/parser/tree-sitter/javascript/LICENSE
./codebleu/parser/tree-sitter/javascript/Package.swift
./codebleu/parser/tree-sitter/javascript/README.md
./codebleu/parser/tree-sitter/javascript/binding.gyp
./codebleu/parser/tree-sitter/javascript/grammar.js
./codebleu/parser/tree-sitter/javascript/package.json
./codebleu/parser/tree-sitter/javascript/tree-sitter-javascript.wasm
./codebleu/parser/tree-sitter/javascript/.git/HEAD
./codebleu/parser/tree-sitter/javascript/.git/config
./codebleu/parser/tree-sitter/javascript/.git/description
./codebleu/parser/tree-sitter/javascript/.git/index
./codebleu/parser/tree-sitter/javascript/.git/packed-refs
./codebleu/parser/tree-sitter/javascript/.git/shallow
./codebleu/parser/tree-sitter/javascript/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/javascript/.git/hooks/update.sample
./codebleu/parser/tree-sitter/javascript/.git/info/exclude
./codebleu/parser/tree-sitter/javascript/.git/logs/HEAD
./codebleu/parser/tree-sitter/javascript/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/javascript/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/javascript/.git/objects/pack/pack-f15092d92cba8ede64f52e2454258e69e5f2de1e.idx
./codebleu/parser/tree-sitter/javascript/.git/objects/pack/pack-f15092d92cba8ede64f52e2454258e69e5f2de1e.pack
./codebleu/parser/tree-sitter/javascript/.git/objects/pack/pack-f15092d92cba8ede64f52e2454258e69e5f2de1e.rev
./codebleu/parser/tree-sitter/javascript/.git/refs/heads/master
./codebleu/parser/tree-sitter/javascript/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/javascript/.github/pull_request_template.md
./codebleu/parser/tree-sitter/javascript/.github/ISSUE_TEMPLATE/bug_report.md
./codebleu/parser/tree-sitter/javascript/.github/ISSUE_TEMPLATE/feature_request.md
./codebleu/parser/tree-sitter/javascript/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/javascript/.github/workflows/publish_crate.yml
./codebleu/parser/tree-sitter/javascript/bindings/node/binding.cc
./codebleu/parser/tree-sitter/javascript/bindings/node/index.js
./codebleu/parser/tree-sitter/javascript/bindings/rust/README.md
./codebleu/parser/tree-sitter/javascript/bindings/rust/build.rs
./codebleu/parser/tree-sitter/javascript/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/javascript/bindings/swift/TreeSitterJS/javascript.h
./codebleu/parser/tree-sitter/javascript/examples/jquery.js
./codebleu/parser/tree-sitter/javascript/examples/text-editor-component.js
./codebleu/parser/tree-sitter/javascript/queries/highlights-jsx.scm
./codebleu/parser/tree-sitter/javascript/queries/highlights-params.scm
./codebleu/parser/tree-sitter/javascript/queries/highlights.scm
./codebleu/parser/tree-sitter/javascript/queries/injections.scm
./codebleu/parser/tree-sitter/javascript/queries/locals.scm
./codebleu/parser/tree-sitter/javascript/queries/tags.scm
./codebleu/parser/tree-sitter/javascript/script/benchmark.js
./codebleu/parser/tree-sitter/javascript/script/known_failures.txt
./codebleu/parser/tree-sitter/javascript/script/parse-examples
./codebleu/parser/tree-sitter/javascript/src/grammar.json
./codebleu/parser/tree-sitter/javascript/src/node-types.json
./codebleu/parser/tree-sitter/javascript/src/parser.c
./codebleu/parser/tree-sitter/javascript/src/scanner.c
./codebleu/parser/tree-sitter/javascript/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/javascript/test/corpus/destructuring.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/glimmer.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/injectables.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/literals.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/semicolon_insertion.txt
./codebleu/parser/tree-sitter/javascript/test/corpus/statements.txt
./codebleu/parser/tree-sitter/javascript/test/highlight/functions.js
./codebleu/parser/tree-sitter/javascript/test/highlight/injection.js
./codebleu/parser/tree-sitter/javascript/test/highlight/keywords.js
./codebleu/parser/tree-sitter/javascript/test/highlight/variables.js
./codebleu/parser/tree-sitter/javascript/test/tags/classes.js
./codebleu/parser/tree-sitter/javascript/test/tags/functions.js
./codebleu/parser/tree-sitter/php/.gitattributes
./codebleu/parser/tree-sitter/php/.gitignore
./codebleu/parser/tree-sitter/php/.npmignore
./codebleu/parser/tree-sitter/php/Cargo.lock
./codebleu/parser/tree-sitter/php/Cargo.toml
./codebleu/parser/tree-sitter/php/LICENSE
./codebleu/parser/tree-sitter/php/Makefile
./codebleu/parser/tree-sitter/php/Package.swift
./codebleu/parser/tree-sitter/php/README.md
./codebleu/parser/tree-sitter/php/binding.gyp
./codebleu/parser/tree-sitter/php/grammar.js
./codebleu/parser/tree-sitter/php/package.json
./codebleu/parser/tree-sitter/php/.git/HEAD
./codebleu/parser/tree-sitter/php/.git/config
./codebleu/parser/tree-sitter/php/.git/description
./codebleu/parser/tree-sitter/php/.git/index
./codebleu/parser/tree-sitter/php/.git/packed-refs
./codebleu/parser/tree-sitter/php/.git/shallow
./codebleu/parser/tree-sitter/php/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/php/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/php/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/php/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/php/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/php/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/php/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/php/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/php/.git/hooks/update.sample
./codebleu/parser/tree-sitter/php/.git/info/exclude
./codebleu/parser/tree-sitter/php/.git/logs/HEAD
./codebleu/parser/tree-sitter/php/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/php/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/php/.git/objects/pack/pack-e12921b48d0c1f0777888ff058e3334571a4075e.idx
./codebleu/parser/tree-sitter/php/.git/objects/pack/pack-e12921b48d0c1f0777888ff058e3334571a4075e.pack
./codebleu/parser/tree-sitter/php/.git/objects/pack/pack-e12921b48d0c1f0777888ff058e3334571a4075e.rev
./codebleu/parser/tree-sitter/php/.git/refs/heads/master
./codebleu/parser/tree-sitter/php/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/php/.github/pull_request_template.md
./codebleu/parser/tree-sitter/php/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/php/bindings/c/tree-sitter.h.in
./codebleu/parser/tree-sitter/php/bindings/c/tree-sitter.pc.in
./codebleu/parser/tree-sitter/php/bindings/node/binding.cc
./codebleu/parser/tree-sitter/php/bindings/node/index.js
./codebleu/parser/tree-sitter/php/bindings/rust/README.md
./codebleu/parser/tree-sitter/php/bindings/rust/build.rs
./codebleu/parser/tree-sitter/php/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/php/bindings/swift/TreeSitterPHP/php.h
./codebleu/parser/tree-sitter/php/queries/highlights.scm
./codebleu/parser/tree-sitter/php/queries/injections.scm
./codebleu/parser/tree-sitter/php/queries/tags.scm
./codebleu/parser/tree-sitter/php/script/known-failures.txt
./codebleu/parser/tree-sitter/php/script/parse-examples
./codebleu/parser/tree-sitter/php/script/parse-examples.js
./codebleu/parser/tree-sitter/php/src/grammar.json
./codebleu/parser/tree-sitter/php/src/node-types.json
./codebleu/parser/tree-sitter/php/src/parser.c
./codebleu/parser/tree-sitter/php/src/scanner.c
./codebleu/parser/tree-sitter/php/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/php/test/corpus/bugs.txt
./codebleu/parser/tree-sitter/php/test/corpus/class.txt
./codebleu/parser/tree-sitter/php/test/corpus/declarations.txt
./codebleu/parser/tree-sitter/php/test/corpus/execution_operator.txt
./codebleu/parser/tree-sitter/php/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/php/test/corpus/interpolation.txt
./codebleu/parser/tree-sitter/php/test/corpus/literals.txt
./codebleu/parser/tree-sitter/php/test/corpus/statements.txt
./codebleu/parser/tree-sitter/php/test/corpus/string.txt
./codebleu/parser/tree-sitter/php/test/corpus/types.txt
./codebleu/parser/tree-sitter/php/test/highlight/keywords.php
./codebleu/parser/tree-sitter/php/test/highlight/literals.php
./codebleu/parser/tree-sitter/php/test/highlight/types.php
./codebleu/parser/tree-sitter/python/.gitattributes
./codebleu/parser/tree-sitter/python/.gitignore
./codebleu/parser/tree-sitter/python/.npmignore
./codebleu/parser/tree-sitter/python/Cargo.toml
./codebleu/parser/tree-sitter/python/LICENSE
./codebleu/parser/tree-sitter/python/Package.swift
./codebleu/parser/tree-sitter/python/README.md
./codebleu/parser/tree-sitter/python/binding.gyp
./codebleu/parser/tree-sitter/python/grammar.js
./codebleu/parser/tree-sitter/python/package.json
./codebleu/parser/tree-sitter/python/.git/HEAD
./codebleu/parser/tree-sitter/python/.git/config
./codebleu/parser/tree-sitter/python/.git/description
./codebleu/parser/tree-sitter/python/.git/index
./codebleu/parser/tree-sitter/python/.git/packed-refs
./codebleu/parser/tree-sitter/python/.git/shallow
./codebleu/parser/tree-sitter/python/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/python/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/python/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/python/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/python/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/python/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/python/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/python/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/python/.git/hooks/update.sample
./codebleu/parser/tree-sitter/python/.git/info/exclude
./codebleu/parser/tree-sitter/python/.git/logs/HEAD
./codebleu/parser/tree-sitter/python/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/python/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/python/.git/objects/pack/pack-fbaf5c702f2582b97182456db9416782f1ac69cb.idx
./codebleu/parser/tree-sitter/python/.git/objects/pack/pack-fbaf5c702f2582b97182456db9416782f1ac69cb.pack
./codebleu/parser/tree-sitter/python/.git/objects/pack/pack-fbaf5c702f2582b97182456db9416782f1ac69cb.rev
./codebleu/parser/tree-sitter/python/.git/refs/heads/master
./codebleu/parser/tree-sitter/python/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/python/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/python/bindings/node/binding.cc
./codebleu/parser/tree-sitter/python/bindings/node/index.js
./codebleu/parser/tree-sitter/python/bindings/rust/README.md
./codebleu/parser/tree-sitter/python/bindings/rust/build.rs
./codebleu/parser/tree-sitter/python/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/python/bindings/swift/TreeSitterPython/python.h
./codebleu/parser/tree-sitter/python/examples/compound-statement-without-trailing-newline.py
./codebleu/parser/tree-sitter/python/examples/crlf-line-endings.py
./codebleu/parser/tree-sitter/python/examples/mixed-spaces-tabs.py
./codebleu/parser/tree-sitter/python/examples/multiple-newlines.py
./codebleu/parser/tree-sitter/python/examples/python2-grammar-crlf.py
./codebleu/parser/tree-sitter/python/examples/python2-grammar.py
./codebleu/parser/tree-sitter/python/examples/python3-grammar-crlf.py
./codebleu/parser/tree-sitter/python/examples/python3-grammar.py
./codebleu/parser/tree-sitter/python/examples/python3.8_grammar.py
./codebleu/parser/tree-sitter/python/examples/simple-statements-without-trailing-newline.py
./codebleu/parser/tree-sitter/python/examples/tabs.py
./codebleu/parser/tree-sitter/python/examples/trailing-whitespace.py
./codebleu/parser/tree-sitter/python/queries/highlights.scm
./codebleu/parser/tree-sitter/python/queries/tags.scm
./codebleu/parser/tree-sitter/python/script/known_failures.txt
./codebleu/parser/tree-sitter/python/script/parse-examples
./codebleu/parser/tree-sitter/python/src/grammar.json
./codebleu/parser/tree-sitter/python/src/node-types.json
./codebleu/parser/tree-sitter/python/src/parser.c
./codebleu/parser/tree-sitter/python/src/scanner.c
./codebleu/parser/tree-sitter/python/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/python/test/corpus/errors.txt
./codebleu/parser/tree-sitter/python/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/python/test/corpus/literals.txt
./codebleu/parser/tree-sitter/python/test/corpus/pattern_matching.txt
./codebleu/parser/tree-sitter/python/test/corpus/statements.txt
./codebleu/parser/tree-sitter/python/test/highlight/keywords.py
./codebleu/parser/tree-sitter/python/test/highlight/parameters.py
./codebleu/parser/tree-sitter/python/test/highlight/pattern_matching.py
./codebleu/parser/tree-sitter/python/test/tags/main.py
./codebleu/parser/tree-sitter/ruby/.gitattributes
./codebleu/parser/tree-sitter/ruby/.gitignore
./codebleu/parser/tree-sitter/ruby/.gitmodules
./codebleu/parser/tree-sitter/ruby/.npmignore
./codebleu/parser/tree-sitter/ruby/Cargo.toml
./codebleu/parser/tree-sitter/ruby/LICENSE
./codebleu/parser/tree-sitter/ruby/Makefile
./codebleu/parser/tree-sitter/ruby/Package.swift
./codebleu/parser/tree-sitter/ruby/README.md
./codebleu/parser/tree-sitter/ruby/binding.gyp
./codebleu/parser/tree-sitter/ruby/grammar.js
./codebleu/parser/tree-sitter/ruby/package.json
./codebleu/parser/tree-sitter/ruby/.git/HEAD
./codebleu/parser/tree-sitter/ruby/.git/config
./codebleu/parser/tree-sitter/ruby/.git/description
./codebleu/parser/tree-sitter/ruby/.git/index
./codebleu/parser/tree-sitter/ruby/.git/packed-refs
./codebleu/parser/tree-sitter/ruby/.git/shallow
./codebleu/parser/tree-sitter/ruby/.git/hooks/applypatch-msg.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/commit-msg.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/fsmonitor-watchman.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/post-update.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-applypatch.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-commit.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-merge-commit.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-push.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-rebase.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/pre-receive.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/prepare-commit-msg.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/push-to-checkout.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/sendemail-validate.sample
./codebleu/parser/tree-sitter/ruby/.git/hooks/update.sample
./codebleu/parser/tree-sitter/ruby/.git/info/exclude
./codebleu/parser/tree-sitter/ruby/.git/logs/HEAD
./codebleu/parser/tree-sitter/ruby/.git/logs/refs/heads/master
./codebleu/parser/tree-sitter/ruby/.git/logs/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/ruby/.git/objects/pack/pack-ef0eb078d13ac83302dc58a72fb01c57046399bd.idx
./codebleu/parser/tree-sitter/ruby/.git/objects/pack/pack-ef0eb078d13ac83302dc58a72fb01c57046399bd.pack
./codebleu/parser/tree-sitter/ruby/.git/objects/pack/pack-ef0eb078d13ac83302dc58a72fb01c57046399bd.rev
./codebleu/parser/tree-sitter/ruby/.git/refs/heads/master
./codebleu/parser/tree-sitter/ruby/.git/refs/remotes/origin/HEAD
./codebleu/parser/tree-sitter/ruby/.github/pull_request_template.md
./codebleu/parser/tree-sitter/ruby/.github/workflows/ci.yml
./codebleu/parser/tree-sitter/ruby/.vscode/settings.json
./codebleu/parser/tree-sitter/ruby/bindings/c/tree-sitter.h.in
./codebleu/parser/tree-sitter/ruby/bindings/c/tree-sitter.pc.in
./codebleu/parser/tree-sitter/ruby/bindings/node/binding.cc
./codebleu/parser/tree-sitter/ruby/bindings/node/index.js
./codebleu/parser/tree-sitter/ruby/bindings/rust/README.md
./codebleu/parser/tree-sitter/ruby/bindings/rust/build.rs
./codebleu/parser/tree-sitter/ruby/bindings/rust/lib.rs
./codebleu/parser/tree-sitter/ruby/bindings/swift/TreeSitterRuby/ruby.h
./codebleu/parser/tree-sitter/ruby/queries/highlights.scm
./codebleu/parser/tree-sitter/ruby/queries/locals.scm
./codebleu/parser/tree-sitter/ruby/queries/tags.scm
./codebleu/parser/tree-sitter/ruby/script/known_failures.txt
./codebleu/parser/tree-sitter/ruby/script/parse-examples
./codebleu/parser/tree-sitter/ruby/src/grammar.json
./codebleu/parser/tree-sitter/ruby/src/node-types.json
./codebleu/parser/tree-sitter/ruby/src/parser.c
./codebleu/parser/tree-sitter/ruby/src/scanner.cc
./codebleu/parser/tree-sitter/ruby/src/tree_sitter/parser.h
./codebleu/parser/tree-sitter/ruby/test/corpus/comments.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/control-flow.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/declarations.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/expressions.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/line-endings.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/literals.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/patterns.txt
./codebleu/parser/tree-sitter/ruby/test/corpus/single-cr-as-whitespace.rb
./codebleu/parser/tree-sitter/ruby/test/corpus/statements.txt
./codebleu/parser/tree-sitter/ruby/test/highlight/classes.rb
./codebleu/parser/tree-sitter/ruby/test/highlight/constants.rb
./codebleu/parser/tree-sitter/ruby/test/highlight/literals.rb
./codebleu/parser/tree-sitter/ruby/test/highlight/patterns.rb
./codebleu/parser/tree-sitter/ruby/test/highlight/variables.rb
codebleu/__init__.py
codebleu/__main__.py
codebleu/bleu.py
codebleu/codebleu.py
codebleu/dataflow_match.py
codebleu/py.typed
codebleu/syntax_match.py
codebleu/utils.py
codebleu/weighted_ngram_match.py
codebleu.egg-info/PKG-INFO
codebleu.egg-info/SOURCES.txt
codebleu.egg-info/dependency_links.txt
codebleu.egg-info/entry_points.txt
codebleu.egg-info/requires.txt
codebleu.egg-info/top_level.txt
codebleu/keywords/c.txt
codebleu/keywords/c_sharp.txt
codebleu/keywords/cpp.txt
codebleu/keywords/java.txt
codebleu/keywords/javascript.txt
codebleu/keywords/php.txt
codebleu/keywords/python.txt
codebleu/parser/DFG.py
codebleu/parser/__init__.py
codebleu/parser/build.py
codebleu/parser/my-languages.so
codebleu/parser/utils.py
tests/test_codebleu.py