About Synze
Synze offers a seamless way to write and execute code with ease. With basic programming constructs and intuitive syntax, it's perfect for beginners and enthusiasts alike.
Features
- Variable declarations (string, number, boolean)
- Basic arithmetic operations (+, -, *, /)
- String concatenation
- File execution support (.synze files)
- Interactive command interpretation
- Error handling and reporting
Usage
Get started with Synze using these steps:
# Build Synze
mkdir build
cd build
cmake ..
cmake --build .
# Run Synze
./Synze
Examples
Variable Declaration
variable message = "Hello, World!"
send message
Performing Arithmetic
send 5 + 3 * 2
File Execution
# Create example.synze
variable message = "File execution successful!"
send message
# Run the file
run example.synze
License
Synze is open source and licensed under the MIT License.