Releases: Thunno/Thunno
1.2.3
1.2.2
What's New?
We fixed a bug with the #
(comments) command.
We have also updated the z'
and z"
commands:
z'
is now "half the string betweenz'
and'
to create a list"z"
is now "a list of strings literal"
1.2.1
What's New?
Just a tiny bug-fix in the interface where a newline wasn't being printed.
1.2.0
What's New?
We fixed a bug with the zL
(ljust
) command. It has now also been updated to be both ljust
and rjust
.
The d
command now returns a list of ints if it is passed a string (thanks to Lyxal)
We've made a minor change to the interface for the interpreter: it will now show the version of Thunno you're on.
1.1.4
What's New?
We fixed a bug with the infinite loops ([
]
and A[
A]
)
1.1.3
What's New?
We fixed a bug with the g
(filter) command.
1.1.2
What's New?
We fixed a bug with the loops (again!)
1.1.1
What's New?
As per Lyxal's suggestions, a few commands have been updated:
Af ... Ah
(filter) has been renamed tog ... k
.g
(Regex) is nowAf
andk
(index) is nowAh
.v
has been changed from "filter out None" to "filter out falsy elements".- Maps and loops now implicitly loop through the
range
if provided with an integer. zf
has been changed from "push False" to "rotate the stack a places"
1.1.0
What's New?
We fixed a bug in the loops, where the top of the stack was being popped prematurely.
1.0.3
What's New?
We fixed a bug with the W
flag. It's now working.
Note that ATO will still be on v1.0.2 for a few days.