Skip to content

romalozhkin00001/tree-sitter-xcframework

 
 

Repository files navigation

A module for the tree-sitter incremental parsing system. The tree-sitter has both runtime and per-language dependencies. They all have to be build separately. For a purpose of this project per-language dependencies are part of the resulting tree_sitter.xcframework.

The tree_sitter.xcframework binary comes with:

This is a work-in-progress. But, if the parser you'd like to use doesn't have a Makefile, let me know and I'll help get it set up.

Integration

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/krzyzanowskim/tree-sitter-xcframework", from: "0.206.0")
]

Usage

Accessing the parsers directly:

import tree_sitter

let parser = tree_sitter_swift()

Via the included "LanguageResources" abstraction:

import tree_sitter_language_resources

let swift = LanguageResource.swift

let url = swift.highlightQueryURL
let parserPtr = swift.parser

Suggestions or Feedback

I'd love to hear from you! Get in touch via twitter @krzyzanowskim, an issue, or a pull request.

About

binary build of tree-sitter for apple platforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.5%
  • Scheme 9.5%
  • Shell 4.8%
  • Swift 1.2%