X3 Version History
Version 3.85
February 2025
- Fixed While loops and nested control flow.
- reg command fix for integer and float values.
- Easier install and usuage for the interpreter
- Implemented faster math algorithms (fastmath)
- Added more standard library functions
- Fixed nested control flow checks for faster evaluation
- Significant performance improvements
- Added better condition check system for control flow statements.
- Better Error Management.
- Better documentation strings
- Added comment support.
Version 3.7
November 2024
- Fixed syntax
- Major code refactoring
- Dictionary based variable lookup (2.3x faster scope resolution)
- Lazy module loading
Version 3.6
October 2024
- Added better variable management
- Implemented try-catch error handling (removed in 3.7)
- Added more math functions
- Improved interpreter stability
- Fixed 15+ edge-case crashes from v3.5
Version 3.5
September 2024
- Added string manipulation features
- Implemented file I/O operations
- Added import system for modules
- Performance optimizations
Version 3.4
August 2024
- Added list support
- Improved memory management
- Added more built-in functions
Version 3.3
July 2024
- Added function support
- Added boolean operations (AND, OR, NOT)
- Fixed scope-related bugs
Version 3.2
June 2024
- Added if-else statements
- Added while loops
- Added basic comparison operations
- Improved error messages
Version 3.1 (Initial Release)
May 2024
- Basic interpreter structure
- Variable assignment
- Basic arithmetic operations
- Simple print statements
- Minimal error handling