Skip to content

Commit

Permalink
updated repo for zig support
Browse files Browse the repository at this point in the history
  • Loading branch information
Himujjal committed Mar 23, 2021
1 parent c696a13 commit 437b6a8
Show file tree
Hide file tree
Showing 8 changed files with 1,576 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ pnpm-lock.yaml
build
log.txt


# zig stuff
zig-cache
.gyro
gyro.lock



Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ console.log(tree.rootNode.toString());

```

# TODO

- [ ] Move all C++ functions to C
- [ ] TagVector
- [ ] Tag
- [ ] cstring
- [ ] zzzAllocator
# Languages supported:

- [x] JavaScript/TypeScript
- [x] Rust
- [ ] Go
- [x] Zig
- [ ] Nim
- [ ] Python

# LICENSE

Expand Down
Loading

0 comments on commit 437b6a8

Please sign in to comment.