Crates.io | lynxlang |
lib.rs | lynxlang |
version | 0.1.1 |
source | src |
created_at | 2022-09-20 02:18:21.194075 |
updated_at | 2022-09-20 02:18:21.194075 |
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 | 669529 |
size | 119,459 |
: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