[0.1.2] - 2025-12-07
Added
- Added else statement
- Added and, or logical operators
Changed
- function arguments now statically typed fn main(x: int, y: string)
How to setup:
Linux
- Download zip file and extract somewhere
- Add wolflang directory to .bashrc
-
export PATH="/path/of/wolflang:$PATH" - write wolflang in terminal to open repl write wolflang file.wolf for run file
Windows
- Download zip file and extract somewhere
- Add wolflang directory to variable enviroments
- write wolflang in terminal to open repl write wolflang file.wolf for run file