Skip to content

WolfLang V0.1.2

Latest

Choose a tag to compare

@islamfazliyev islamfazliyev released this 07 Dec 14:42

[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