mirror of
https://github.com/soconnor0919/tree-sitter-hack_assembly.git
synced 2026-02-04 15:56:32 -05:00
Initial commit: hack_assembly grammar
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "tree-sitter-hack-assembly"
|
||||
description = "Hack Assembly grammar for the tree-sitter parsing library"
|
||||
version = "1.0.0"
|
||||
authors = ["Sean O'Connor <sean@soconnor.dev>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["incremental", "parsing", "hack", "assembly", "nand2tetris"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
repository = "https://github.com/soconnor0919/nand2tetris-zed"
|
||||
edition = "2018"
|
||||
|
||||
build = "bindings/rust/build.rs"
|
||||
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
||||
|
||||
[lib]
|
||||
path = "bindings/rust/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
tree-sitter = "~0.20"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
Reference in New Issue
Block a user