skillfed

tree-sitter-fortran

Fortran grammar for tree-sitter

tree-sitter-fortran v0.6.0 1.5M downloads/30d#3,856 on PyPI53
Permissive license MIT Active released

What it is and what it does

tree-sitter-fortran is a language grammar binding that integrates Fortran parsing into the tree-sitter incremental parsing framework. It allows you to parse Fortran source code into a syntax tree suitable for code analysis, transformation, and tooling. The package is distributed as precompiled wheels for multiple platforms and Python versions, eliminating the need to compile the grammar yourself on most systems.

The package has no runtime dependencies and is designed for developers building Fortran analysis tools, linters, formatters, or IDE integrations. It adapts an existing Fortran grammar and is actively maintained, with recent releases and an active repository.

Use it for:

  • Building a Fortran code formatter or linter that needs to parse and analyze Fortran syntax trees
  • Creating IDE plugins or editor extensions that require Fortran syntax highlighting and navigation
  • Developing static analysis tools to detect code patterns or metrics in Fortran projects
  • Implementing automated refactoring tools for legacy Fortran codebases
  • Generating documentation or call graphs from Fortran source code

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Fortran language grammar for tree-sitter, enabling incremental parsing and syntax analysis of Fortran code.

Yes, if you are building Fortran tooling or analysis systems. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and offers prebuilt wheels that minimize installation friction. It is a narrow-purpose library—useful only if you specifically need tree-sitter-based Fortran parsing—but solid for that use case.

Install

tree-sitter-fortran on PyPI

pip

pip install tree-sitter-fortran

uv

uv add tree-sitter-fortran

poetry

poetry add tree-sitter-fortran

Installing tree-sitter-fortran

Before you install

Medium install friction due to compiled wheels; prebuilt binaries available for common platforms (macOS, Linux x86_64/aarch64, Windows). Requires Python 3.9+. Active maintenance with recent releases.

License in practice

MIT license is permissive; you can use, modify, and distribute this package with minimal restrictions, provided you include the license notice.

Quickstart

pip install tree-sitter-fortran

import tree_sitter_fortran

Requires Python 3.9 or later; precompiled wheels available for macOS, Linux, and Windows on common architectures.

Verify before relying

  • How to obtain and load the compiled Fortran grammar binding after installation
  • Support for all Fortran standards (F77, F90, F95, F2003, etc.) or specific subset coverage
  • Performance characteristics or parsing speed compared to other Fortran parsing approaches
  • Whether npm tree-sitter-cli is required for runtime use or only for development

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 112 days since the last release
Last repo commit
First released
Downloads 1,478,670/month — #3,856 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tree_sitter_fortran-0.6.0-cp39-abi3-macosx_10_9_x86_64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-macosx_11_0_arm64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-win_amd64.whl; tree_sitter_fortran-0.6.0-cp39-abi3-win_arm64.whl

Keywords: incremental, parsing, tree-sitter, fortran

Intended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseTopic :: Software Development :: CompilersTopic :: Text Processing :: LinguisticTyping :: Typed

Tags

fortran parser tree-sitterfortran grammar parsingincremental fortran parsingfortran syntax treefortran code analysistree-sitter language bindingfortran ast generation
fortran-toolingsyntax-parsingcode-analysis

More Linguistic packages