Add Erlang and S-exp to available parser list

This commit is contained in:
Leandro Ostera 2020-12-05 17:44:19 +01:00 committed by GitHub
parent 5008700735
commit 7891f2f1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ Parsers for these languages are fairly complete:
* [Python](https://github.com/tree-sitter/tree-sitter-python)
* [Ruby](https://github.com/tree-sitter/tree-sitter-ruby)
* [Rust](https://github.com/tree-sitter/tree-sitter-rust)
* [S-expressions](https://github.com/AbstractMachinesLab/tree-sitter-sexp)
* [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl)
* [TOML](https://github.com/ikatyang/tree-sitter-toml)
* [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript)
@ -58,6 +59,7 @@ Parsers for these languages are fairly complete:
Parsers for these languages are in development:
* [Agda](https://github.com/tree-sitter/tree-sitter-agda)
* [Erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang/)
* [Haskell](https://github.com/tree-sitter/tree-sitter-haskell)
* [Julia](https://github.com/tree-sitter/tree-sitter-julia)
* [Nix](https://github.com/cstrahan/tree-sitter-nix)