-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated build instructions, removed wasm from source code
- Loading branch information
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# tree-sitter-hazel | ||
A tree-sitter parser for the Hazel language | ||
[Hazel language grammar](https://github.com/hazelgrove/hazel) for [tree-sitter](https://github.com/tree-sitter/tree-sitter) | ||
|
||
## Install | ||
```bash | ||
npm install | ||
``` | ||
|
||
## Build | ||
|
||
For NodeJS and Rust, run: | ||
```bash | ||
npm run build | ||
``` | ||
|
||
For WebAssembly, (for use in [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web)), run: | ||
```bash | ||
npm run build:wasm | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.