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

Version 0.3.0

Latest

Choose a tag to compare

@0ank 0ank released this 02 Jul 12:38

Added support for multi-word arguments, so instead of typing

load Hello
printps
load 32
printpc
load World!
printps

you can write that

load Hello World!
printps

Changed behaviour of options -v and --verbose; rather than couting logs, they are couting tabulate::Table object.
Unfortunately, I don't know why, comments aren't displayed in that tables.
And I saw that not only print* and scan* don't work on GNU/LInux (I saw that inc doesn't work too).