Skip to content

Releases: yagizerdem/Ysharp

v0.0.4: Merge pull request #88 from yagizerdem/dev

29 Apr 00:19
fa73c93

Choose a tag to compare

v0.0.3

26 Apr 15:16

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

bug fixes over v0.0.2. this version ll be used for scripting layer for shell

v0.0.2

22 Apr 09:30
a24b690

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

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

24 Mar 23:50

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

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