--- id: tree-sitter-julia version: "0.23.1" license: MIT license_treatment: permissive maintenance: aging --- # tree-sitter-julia — Julia grammar for tree-sitter License: permissive · Maintenance: aging · Downloads: 1.5M/mo ## What it is and what it does tree-sitter-julia is a Python binding to a tree-sitter grammar for the Julia programming language. It parses Julia source code into concrete syntax trees that preserve both structure and whitespace, enabling incremental updates when code changes. The parser is built on tree-sitter, a parser generator designed for speed in editor and IDE contexts. The package provides a low-level interface to syntax trees, making it useful for code analysis tools, linters, formatters, and language servers targeting Julia. It has no runtime dependencies and works across modern Python versions on Linux, macOS, and Windows. Use it for: - Building a Julia code formatter or linter that needs to preserve and analyze source structure. - Implementing syntax highlighting or code navigation in a Julia editor plugin. - Extracting function definitions, imports, or other structural elements from Julia files. - Creating a language server or IDE feature that requires incremental parsing as code is edited. - Analyzing Julia codebases for refactoring, dependency extraction, or code quality metrics. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides incremental parsing of Julia source code using tree-sitter, producing syntax trees suitable for code analysis and tooling. Yes, if you need to parse Julia code programmatically in Python. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and offers prebuilt wheels for common platforms. Install friction is moderate but manageable. Not worth installing if you only need to run Julia code or don't require syntax-level analysis. ## Install pip install tree-sitter-julia uv add tree-sitter-julia poetry add tree-sitter-julia ## Installing tree-sitter-julia Before you install: Medium install friction due to compiled wheels; prebuilt binaries available for common platforms (x86_64, ARM, macOS, Linux, Windows) targeting Python 3.9+, with no runtime dependencies to manage post-install. License in practice: MIT license is permissive; you may use, modify, and distribute this package with minimal restrictions, suitable for both open-source and proprietary projects. Quickstart: pip install tree-sitter-julia import tree_sitter_julia # Parser usage depends on tree-sitter integration pattern Requires Python 3.9 or later; compiled extension module, so installation may require a C compiler on platforms without prebuilt wheels. Verify before relying: - Whether the parser handles all Julia language features (macros, multiple dispatch, metaprogramming) correctly. - Performance characteristics for large Julia codebases or real-time parsing scenarios. - Compatibility with specific Julia versions or syntax dialects. - Exact API surface and usage patterns for the tree-sitter-julia module. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: aging - Downloads: 1.5M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags julia parser, tree-sitter julia, incremental parsing, julia syntax tree, code analysis julia, julia ast, parsing julia source, julia-tooling, syntax-analysis, incremental-parsing [View on SkillFed](https://skillfed.io/packages/tree-sitter-julia) · [View on PyPI](https://pypi.org/project/tree-sitter-julia/)