Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions languages.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

# Supported Languages

| Language | Key | Status | Version | GitHub | Container |
|-------------|------------|--------|---------|-----------|-----------|
| Python | python | beta | v0.3.0 |[✓](https://github.com/bblfsh/python-driver) | [✓](https://hub.docker.com/r/bblfsh/python-driver/) |
| Java | java | alpha | v0.2.0 |[✓](https://github.com/bblfsh/java-driver) | [✓](https://hub.docker.com/r/bblfsh/java-driver/) |
| Bash | bash | early | ✖ | [✓](https://github.com/bblfsh/bash-driver) | ✖ |
| Clojure | clojure | early | ✖ | [✓](https://github.com/bblfsh/clojure-driver) | ✖ |
| Elixir | elixir | early | ✖ | [✓](https://github.com/bblfsh/elixir-driver) | ✖ |
| Erlang | erlang | early | ✖ | [✓](https://github.com/bblfsh/erlang-driver) | ✖ |
| Go | go | early | ✖ | [✓](https://github.com/bblfsh/go-driver) | ✖ |
| JavaScript | javascript | early | ✖ | [✓](https://github.com/bblfsh/javascript-driver) | ✖ |
| Lua | lua | early | ✖ | [✓](https://github.com/bblfsh/lua-driver) | ✖ |
| PHP | php | early | ✖ | [✓](https://github.com/bblfsh/php-driver) | ✖ |
| R | r | early | ✖ | [✓](https://github.com/bblfsh/r-driver) | ✖ |
| Ruby | ruby | early | ✖ | [✓](https://github.com/bblfsh/ruby-driver) | ✖ |
| Rust | rust | early | ✖ | [✓](https://github.com/bblfsh/rust-driver) | ✖ |
| TypeScript | typescript | early | ✖ | [✓](https://github.com/bblfsh/typescript-driver) | ✖ |
| OCaml | ocaml | planned | ✖ | [✓](https://github.com/bblfsh/ocaml-driver) | ✖ |
| Language | Key | Status | Version | GitHub | Container | Annotations |
|-------------|------------|--------|---------|-----------|-----------|-------------|
| Python | python | beta | v0.3.0 |[✓](https://github.com/bblfsh/python-driver) | [✓](https://hub.docker.com/r/bblfsh/python-driver/) | [✓](https://github.com/bblfsh/python-driver/blob/master/ANNOTATION.md) |
| Java | java | alpha | v0.2.0 |[✓](https://github.com/bblfsh/java-driver) | [✓](https://hub.docker.com/r/bblfsh/java-driver/) | [✓](https://github.com/bblfsh/java-driver/blob/master/ANNOTATION.md) |
| Bash | bash | early | ✖ | [✓](https://github.com/bblfsh/bash-driver) | ✖ | ✖ |
| Clojure | clojure | early | ✖ | [✓](https://github.com/bblfsh/clojure-driver) | ✖ | ✖ |
| Elixir | elixir | early | ✖ | [✓](https://github.com/bblfsh/elixir-driver) | ✖ | ✖ |
| Erlang | erlang | early | ✖ | [✓](https://github.com/bblfsh/erlang-driver) | ✖ | ✖ |
| Go | go | early | ✖ | [✓](https://github.com/bblfsh/go-driver) | ✖ | ✖ |
| JavaScript | javascript | early | ✖ | [✓](https://github.com/bblfsh/javascript-driver) | ✖ | ✖ |
| Lua | lua | early | ✖ | [✓](https://github.com/bblfsh/lua-driver) | ✖ | ✖ |
| PHP | php | early | ✖ | [✓](https://github.com/bblfsh/php-driver) | ✖ | ✖ |
| R | r | early | ✖ | [✓](https://github.com/bblfsh/r-driver) | ✖ | ✖ |
| Ruby | ruby | early | ✖ | [✓](https://github.com/bblfsh/ruby-driver) | ✖ | ✖ |
| Rust | rust | early | ✖ | [✓](https://github.com/bblfsh/rust-driver) | ✖ | ✖ |
| TypeScript | typescript | early | ✖ | [✓](https://github.com/bblfsh/typescript-driver) | ✖ | ✖ |
| OCaml | ocaml | planned | ✖ | [✓](https://github.com/bblfsh/ocaml-driver) | ✖ | ✖ |

**Don't see your favorite language? [Help us!](community.md)**