https://github.com/yazaldefilimone/lemon
an experimental, modern, purely safe, programming language.
https://github.com/yazaldefilimone/lemon
compiler programming-language rust
Last synced: 11 months ago
JSON representation
an experimental, modern, purely safe, programming language.
- Host: GitHub
- URL: https://github.com/yazaldefilimone/lemon
- Owner: yazaldefilimone
- License: apache-2.0
- Created: 2024-08-19T12:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T11:43:10.000Z (12 months ago)
- Last Synced: 2025-04-10T12:55:05.152Z (12 months ago)
- Topics: compiler, programming-language, rust
- Language: Rust
- Homepage: https://lemonlang.org
- Size: 747 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
##### WIP
This is highly in progress, so it's accepted and even expected that at any point the main branch may be broken.
#### 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.