Skip to content

Releases: micheleberetta98/hasking

4.0.0

14 Sep 09:29
Compare
Choose a tag to compare
  • Machines get names, you can declare multiple machines in a single file
  • Changed command line interface to be simpler

3.0.0

07 Nov 14:30
Compare
Choose a tag to compare

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

29 Jul 15:30
Compare
Choose a tag to compare
  • Symbols now can support a lot more characters than before.
  • Current position in tape blinks, and UI has more colours.

2.0.0

28 Jul 20:34
Compare
Choose a tag to compare

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

28 Jul 15:41
Compare
Choose a tag to compare
v1.3.2

:bookmark: bumped version

1.3.1

25 May 10:29
Compare
Choose a tag to compare
v1.3.1

:bookmark: bump patch

1.3.0

15 Apr 15:25
Compare
Choose a tag to compare

Now you can input tapes from the cli as -t="s s s" too

1.2.2

12 Apr 16:16
Compare
Choose a tag to compare

Some fixes on tape writes

1.2.0

03 Apr 09:19
Compare
Choose a tag to compare

Some news:

  • Now blank symbols are allowed in the input tape
  • You can choose symbols comprised of letters, numbers, * or #

1.1.4

01 Apr 18:34
Compare
Choose a tag to compare

Just some refactoring