Releases: d0mkaaa/ecpp
Releases · d0mkaaa/ecpp
Alpha 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
Initial alpha release of ECPP Language
Features:
- Basic function declarations and calls
- Variable declarations
- Print statements
- Basic arithmetic operations