web icon indicating copy to clipboard operation
web copied to clipboard

play.bblf.sh - missing Cpp language

Open bzz opened this issue 6 years ago • 2 comments

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.

bzz avatar Apr 10 '19 15:04 bzz

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.

creachadair avatar Apr 10 '19 17:04 creachadair

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

smacker avatar Apr 10 '19 18:04 smacker