lemonlang

Crates.iolemonlang
lib.rslemonlang
version
sourcesrc
created_at2025-02-23 20:27:26.868408+00
updated_at2025-02-23 21:41:27.68952+00
descriptionan experimental, modern, purely safe, programming language.
homepage
repositoryhttps://github.com/yazaldefilimone/lemon
max_upload_size
id1566619
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Yazalde Filimone (yazaldefilimone)

documentation

README

Versioning strategy

  • Start at 0.0.1 and increment the last number for each new feature (e.g., 0.0.2 for adding enums).
  • Increase the middle number (e.g., 0.1.0) after reaching a stable milestone with multiple improvements.
  • When the language is stable and production-ready, move to 1.0.0.
  • Use Git tags like v0.0.1, v0.1.0, and maintain a changelog for tracking updates.
  • No rush for version 1.0 – focus on steady growth and reliability.
Commit count: 0

cargo fmt