Releases: islamfazliyev/Wolf-Lang
Releases · islamfazliyev/Wolf-Lang
Release list
WolfLang V0.1.2
[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
WolfLang V0.1.1
[0.1.1] - 2025-12-02
Added
- list<list> support for 2D arrays (and more).
- Native clear() function for terminal clearing.
- Example map_game.wolf script.
Changed
-Syntax updated to Declaration with Type Annotation Before Initialization: let name: type = value.
Fixed
-fixed reassignment type mismatch not giving error
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