2024-04-07 20:59:34 +02:00
|
|
|
.PHONE: all
|
|
|
|
all:
|
|
|
|
tree-sitter generate
|
|
|
|
|
|
|
|
.PHONE: test
|
|
|
|
test: all
|
2024-04-08 22:15:20 +02:00
|
|
|
tree-sitter test --apply-all-captures
|
2024-04-07 20:59:34 +02:00
|
|
|
|
|
|
|
.PHONE: update-tests
|
|
|
|
update-tests: all
|
2024-04-08 22:15:20 +02:00
|
|
|
tree-sitter test -u --apply-all-captures
|
2024-04-07 20:59:34 +02:00
|
|
|
|
|
|
|
playground:
|
|
|
|
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
|
|
|
tree-sitter playground
|