Releases: dmitrii-artuhov/gengo
Releases · dmitrii-artuhov/gengo
Release build 1.0.0
Provided functionality:
- Reading from console
- Reading from files
- Functions
- Arrays (with built-in functions:
size
,push
,pop
) - Strings (with built-in functions:
length
) - 64-bit Integers and Floats (
int
,float
) - General built-in functions:
print
- Error messages
Pre-release build 0.6.0 (alpha)
Provided functionality:
- Strings
- Built-in Functions (print(any), size(string))
- 0.5.0 (alpha) Pre-release functionality
Pre-release build 0.5.0 (alpha)
Provided functionality:
- Functions
- Recursion support
- 0.4.0 (alpha) Pre-release functionality
Pre-release build 0.4.0 (alpha)
Provided functionality:
- For-loops (with correct scope management)
- 0.3.0 (alpha) Pre-release functionality
Pre-release build 0.3.0 (alpha)
Provided functionality:
- Comparison expressions
- Conditions (with correct scope management)
- 0.2.0 (alpha) Pre-release functionality
Pre-release build 0.2.0 (alpha)
Provided functionality:
- Initializing and using variables
- Error messages
- 0.1.0 (alpha) Pre-release functionality
Pre-release build 0.1.0 (alpha)
Provided functionality:
- Basic arithmetic operations (addition, subtraction, multiplication, and division)
- Correct order of operations
- Auto int/float casting
- AST structure printing
- Read from terminal command line only