LICENSE
MANIFEST.in
README.md
setup.py
csim/CodeSimilarity.py
csim/DataStructures.py
csim/Visitors.py
csim/__init__.py
csim/main.py
csim/utils.py
csim.egg-info/PKG-INFO
csim.egg-info/SOURCES.txt
csim.egg-info/dependency_links.txt
csim.egg-info/entry_points.txt
csim.egg-info/requires.txt
csim.egg-info/top_level.txt
csim/__pycache__/CodeSimilarity.cpython-314.pyc
csim/__pycache__/DataStructures.cpython-314.pyc
csim/__pycache__/Visitors.cpython-314.pyc
csim/__pycache__/__init__.cpython-314.pyc
csim/__pycache__/caching.cpython-314.pyc
csim/__pycache__/main.cpython-314.pyc
csim/__pycache__/parallel.cpython-314.pyc
csim/__pycache__/profiling.cpython-314.pyc
csim/__pycache__/utils.cpython-314.pyc
csim/cpp_14/CPP14Lexer.interp
csim/cpp_14/CPP14Lexer.py
csim/cpp_14/CPP14Lexer.tokens
csim/cpp_14/CPP14Parser.interp
csim/cpp_14/CPP14Parser.py
csim/cpp_14/CPP14Parser.tokens
csim/cpp_14/CPP14ParserBase.py
csim/cpp_14/CPP14ParserVisitor.py
csim/cpp_14/__init__.py
csim/cpp_14/transformGrammar.py
csim/cpp_14/utils.py
csim/cpp_14/__pycache__/CPP14Lexer.cpython-314.pyc
csim/cpp_14/__pycache__/CPP14Parser.cpython-314.pyc
csim/cpp_14/__pycache__/CPP14ParserBase.cpython-314.pyc
csim/cpp_14/__pycache__/CPP14ParserVisitor.cpython-314.pyc
csim/cpp_14/__pycache__/__init__.cpython-314.pyc
csim/cpp_14/__pycache__/utils.cpython-314.pyc
csim/java_20/Java20Lexer.interp
csim/java_20/Java20Lexer.py
csim/java_20/Java20Lexer.tokens
csim/java_20/Java20Parser.interp
csim/java_20/Java20Parser.py
csim/java_20/Java20Parser.tokens
csim/java_20/Java20ParserVisitor.py
csim/java_20/__init__.py
csim/java_20/utils.py
csim/java_20/__pycache__/Java20Lexer.cpython-314.pyc
csim/java_20/__pycache__/Java20Parser.cpython-314.pyc
csim/java_20/__pycache__/Java20ParserVisitor.cpython-314.pyc
csim/java_20/__pycache__/__init__.cpython-314.pyc
csim/java_20/__pycache__/utils.cpython-314.pyc
csim/language/__init__.py
csim/language/lexer.py
csim/language/parser.py
csim/language/__pycache__/__init__.cpython-314.pyc
csim/language/__pycache__/parser.cpython-314.pyc
csim/processing/__init__.py
csim/processing/distance_metrics.py
csim/processing/tree_processing.py
csim/processing/__pycache__/__init__.cpython-314.pyc
csim/processing/__pycache__/distance_metrics.cpython-314.pyc
csim/processing/__pycache__/tree_processing.cpython-314.pyc
csim/python_3_13/PythonLexer.interp
csim/python_3_13/PythonLexer.py
csim/python_3_13/PythonLexer.tokens
csim/python_3_13/PythonLexerBase.py
csim/python_3_13/PythonParser.interp
csim/python_3_13/PythonParser.py
csim/python_3_13/PythonParser.tokens
csim/python_3_13/PythonParserVisitor.py
csim/python_3_13/__init__.py
csim/python_3_13/utils.py
csim/python_3_13/__pycache__/PythonLexer.cpython-314.pyc
csim/python_3_13/__pycache__/PythonLexerBase.cpython-314.pyc
csim/python_3_13/__pycache__/PythonParser.cpython-314.pyc
csim/python_3_13/__pycache__/PythonParserVisitor.cpython-314.pyc
csim/python_3_13/__pycache__/__init__.cpython-314.pyc
csim/python_3_13/__pycache__/utils.cpython-314.pyc
test/test_cli.py
test/test_module.py