lynx_lang

Crates.iolynx_lang
lib.rslynx_lang
version0.1.0
sourcesrc
created_at2022-09-20 02:11:27.093571
updated_at2022-09-20 02:11:27.093571
descriptionAn educational project for learning how programming language is made.
homepagehttps://github.com/linc2046/lynx-lang
repositoryhttps://github.com/linc2046/lynx-lang
max_upload_size
id669523
size119,465
linc2046 (linc2046)

documentation

README

Lynx-Lang

CI Code Coverage

:cat: Lynx-Lang is an educational project for learning how programming language is made.

Prerequisites

make sure rustup is pre-installed.

Build

cargo build --release

Test

cargo test

Coverage Test

sh coverage.sh

check coverage/index.html in the browser

Commit count: 0

cargo fmt