[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/kscalelabs/ksim/blob/main/LICENSE)
[![Discord](https://img.shields.io/discord/1224056091017478166)](https://discord.gg/k5mSvCkYQh)
[![Wiki](https://img.shields.io/badge/wiki-humanoids-black)](https://humanoids.wiki)
[![Run tests](https://github.com/kscalelabs/klang/actions/workflows/test.yml/badge.svg)](https://github.com/kscalelabs/klang/actions/workflows/test.yml)
# klang
`klang` is a domain-specific language (DSL) for programming robots. It is used to program robots running the K-Scale operating system.
## Running the Parser
To run the parser on the example file, use the following command:
```bash
cargo run -- examples/clean_up_cans.k
```