Skip to content

Língua - Lince Programming Language

License

Notifications You must be signed in to change notification settings

lince-social/lingua

Repository files navigation

Lince's Rust Template

Hello, world

Commands

install

cargo install bacon mdbook cargo-edit cargo-udeps --locked

update

rustup self update
rustup update stable
cargo upgrade
mask install

run

mask install
bacon --job run .

Installs mprocs if not installed and uses it for running all the processes one might need.

cross

docker pull ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main --platform linux/x86_64
cross build --target x86_64-unknown-linux-gnu --release

Cross-builds for an unknown GNU/Linux, or as I like to call it "GNU plus Linux".

off

cargo fix --broken-code --allow-dirty && cargo clippy --fix --allow-dirty --quiet >/dev/null 2>&1

Removes all code that is redundant, applies cargo and clippy fixes

book

mask update
mdbook serve --port 9999

About

Língua - Lince Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages