Skip to content

Refactor treesitter build script

Tan Le requested to merge refactor-treesitter-build-script into main

What does this MR do and why?

This refactors the build script to use more modern Python syntax.

  • f'string for string concatenations
  • pathlib for high level path manipulations
Edited by Tan Le

Merge request reports