Skip to content

Releases: d0mkaaa/ecpp

Alpha Release

21 Dec 21:59

Choose a tag to compare

Alpha Release Pre-release
Pre-release

Alpha release of ECPP Language

Changes in this build:

  • Automated release from main branch
  • Build number: 2

Features:

  • Added multiplication, division, and modulo operations
  • Added string interpolation with ${variable}
  • Added proper scope handling for variables
  • Added debug system with multiple levels
  • Added improved memory management
  • Added support for complex expressions

Initial Alpha Release

19 Dec 22:12

Choose a tag to compare

Initial Alpha Release Pre-release
Pre-release

Initial alpha release of ECPP Language

Features:

  • Basic function declarations and calls
  • Variable declarations
  • Print statements
  • Basic arithmetic operations