strangemeadowlark 0.1.4

Parser for the Starlark configuration language. Ported from https://github.com/google/starlark-go
Documentation

This is a parser for the Starlark language, a dialect of Python intended for use as a configuration language (for example, to configure builds in bazel).

This implementation is a port of starlark-go to Rust.