# Lynx-Lang [![CI](https://github.com/linc2046/lynx-lang/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/linc2046/lynx-lang/actions/workflows/ci.yml) [![Code Coverage](https://github.com/linc2046/lynx-lang/actions/workflows/coverage.yml/badge.svg?branch=main)](https://github.com/linc2046/lynx-lang/actions/workflows/coverage.yml) :cat: `Lynx-Lang` is an educational project for learning how programming language is made. ## Prerequisites make sure [rustup](https://rustup.rs/) is pre-installed. ## Build ```sh cargo build --release ``` ## Test ```sh cargo test ``` ## Coverage Test ```sh sh coverage.sh ``` check `coverage/index.html` in the browser