Releases: yagizerdem/Ysharp
Releases · yagizerdem/Ysharp
v0.0.4: Merge pull request #88 from yagizerdem/dev
Dev
v0.0.3
bug fixes over v0.0.2. this version ll be used for scripting layer for shell
v0.0.2
This version focuses on stabilizing the core runtime and standard library.
It mostly includes refactoring and bug fixes across fundamental features such as functions, classes, and resolver related issues.
v0.0.1
This pre-release version (v0.0.1) includes 192 commits. Most features have not been fully stress-tested yet, so please expect breaking changes in future updates. While core expressions and statement executions are functioning correctly, some standard library classes (such as String and Array) are currently unstable and subject to change. Markdown and web documentation will be provided in upcoming releases.
Highlights
- Initial working version of the Ysharp interpreter
- Core language features: variables, functions, and control flow
- Prototype-based class system
- Closures and lexical scoping
- Early standard library with basic data structures