discovered at https://github.com/src-d/empathy-sessions/issues/37#issuecomment-470045137
Running parse over a .cs file is not working
$ srcd parse uast examples/example.cs
INFO[0000] detected language: c#
Error: language c# is not supported
Usage:
srcd parse uast [file-path] [flags]
...
Workaround
Until this is fixed, csharp needs to be passed explicitly to bblfshd. For example:
srcd parse uast csharp.cs --lang csharp
discovered at https://github.com/src-d/empathy-sessions/issues/37#issuecomment-470045137
Running parse over a
.csfile is not workingWorkaround
Until this is fixed,
csharpneeds to be passed explicitly to bblfshd. For example: