| Crates.io | lynx_lang |
| lib.rs | lynx_lang |
| version | 0.1.0 |
| created_at | 2022-09-20 02:11:27.093571+00 |
| updated_at | 2022-09-20 02:11:27.093571+00 |
| description | An educational project for learning how programming language is made. |
| homepage | https://github.com/linc2046/lynx-lang |
| repository | https://github.com/linc2046/lynx-lang |
| max_upload_size | |
| id | 669523 |
| size | 119,465 |
:cat: Lynx-Lang is an educational project for learning how programming language is made.
make sure rustup is pre-installed.
cargo build --release
cargo test
sh coverage.sh
check coverage/index.html in the browser