Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tree-sitter/tree-sitter-julia
Julia grammar for tree-sitter
https://github.com/tree-sitter/tree-sitter-julia
julia parser tree-sitter
Last synced: 6 days ago
JSON representation
Julia grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/tree-sitter/tree-sitter-julia
- Owner: tree-sitter
- License: mit
- Created: 2018-03-06T00:46:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T05:25:40.000Z (about 2 months ago)
- Last Synced: 2024-10-29T17:03:51.538Z (about 1 month ago)
- Topics: julia, parser, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 62.2 MB
- Stars: 95
- Watchers: 11
- Forks: 33
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tree-sitter - Julia
README
# tree-sitter-julia
[![CI][ci]](https://github.com/tree-sitter/tree-sitter-julia/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![crates][crates]](https://crates.io/crates/tree-sitter-julia)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-julia)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-julia/)A [tree-sitter](https://github.com/tree-sitter/tree-sitter) parser for [Julia](https://julialang.org/).
## References
- [The Julia Parser](https://github.com/JuliaLang/julia/blob/master/src/julia-parser.scm)
- [Julia ASTs documentation](https://docs.julialang.org/en/v1/devdocs/ast/)
- [JuliaSyntax.jl](https://julialang.github.io/JuliaSyntax.jl/dev/)[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/tree-sitter-julia/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/tree-sitter-julia?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-julia?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-julia?logo=pypi&logoColor=ffd242