lynxlang 0.1.1

An educational project for learning how programming language is made.
Documentation
  • Coverage
  • 0.69%
    1 out of 145 items documented0 out of 43 items with examples
  • Size
  • Source code size: 119.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • linc2046

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