Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Releases: zipsegv/wi

v0.2.0

29 Jul 20:44

Choose a tag to compare

  • Fixed (null):1:1 file position appearing in certain circumstances.
  • Fixed the let! command calling itself set! sometimes.
  • Added string:dup, string:reverse, string:cat, list:dup, and list:reverse
  • Allowed read to take an argument, which is a file to read.
  • Added write

v0.1.1

29 Jul 00:19

Choose a tag to compare

v0.1.1

  • Added a w_readline so libreadline is no longer a hard requirement. It is still recommended, however. (turn on the define -DHAS_READLINE in order to activate it. This is done by default on Windows).
  • Fixed compilation errors that for some reason I didn't get on my computer.

v0.1.0

28 Jul 21:26

Choose a tag to compare

Initial release. (binary is for linux systems)

Windows users currently have to compile it yourself, but it's as simple as running a script in git bash.