Bootstrap project
This commit is contained in:
commit
213f5afb11
18 changed files with 979 additions and 0 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.PHONE: all
|
||||
all:
|
||||
tree-sitter generate
|
||||
|
||||
.PHONE: test
|
||||
test: all
|
||||
tree-sitter test
|
||||
|
||||
.PHONE: update-tests
|
||||
update-tests: all
|
||||
tree-sitter test -u
|
||||
|
||||
playground:
|
||||
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
||||
tree-sitter playground
|
||||
Loading…
Add table
Add a link
Reference in a new issue