bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

play.bblf.sh - missing Cpp language #209

Open bzz opened 5 years ago

bzz commented 5 years ago

A https://github.com/bblfsh/cpp-driver is one of the beta state, recommended drivers https://doc.bblf.sh/languages.html#supported-languages but right now it seems to be missing from the playground.

creachadair commented 5 years ago

Unless I missed something, it looks like the list of languages matches what is in the helm config. I haven't fully understood the deployment yet, though—the Makefile doesn't appear to generate any static listing and I am assuming the sidecar reports its language list.

smacker commented 5 years ago

the list of languages come from the api response from bblfshd.

But if you want to PR support for C++ it will also require c/cpp example in src/examples directory and update the list of examples in the store