lynxlang

Crates.iolynxlang
lib.rslynxlang
version0.1.1
sourcesrc
created_at2022-09-20 02:18:21.194075
updated_at2022-09-20 02:18:21.194075
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
id669529
size119,459
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