Skip to content

WolfLang V0.1.1

Choose a tag to compare

@islamfazliyev islamfazliyev released this 06 Dec 15:37

[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