BYU-Bazel / bazel-ls

A Bazel language server prototype
Apache License 2.0
10 stars 0 forks source link

Interpret Starlark Code #92

Open josiahsrc opened 3 years ago

josiahsrc commented 3 years ago

We need to interpret starlark source code so we can provide autocompletion. Either using Go or Java, doesn't matter.

General tasks

This task may take more than one sprint. Bare bones, we need to figure out how to do the things listed in the items above.

josiahsrc commented 3 years ago

Just parse the starlark and show errors (starlark syntax only)