Releases: micheleberetta98/hasking
Releases · micheleberetta98/hasking
4.0.0
3.0.0
New improved language structure and parsing, and now you can run the same machine on multiple tapes at the same time (only when not in interactive mode).
2.1.0
- Symbols now can support a lot more characters than before.
- Current position in tape blinks, and UI has more colours.
2.0.0
Breaking changes:
- Now the input file is specified with
-s
or--script
- The
–i
flag is now short for--interactive
, a new graphical way to simulate step by step the machine
1.3.2
v1.3.2 :bookmark: bumped version
1.3.1
v1.3.1 :bookmark: bump patch
1.3.0
Now you can input tapes from the cli as -t="s s s"
too
1.2.2
Some fixes on tape writes
1.2.0
Some news:
- Now blank symbols are allowed in the input tape
- You can choose symbols comprised of letters, numbers,
*
or#
1.1.4
Just some refactoring