Closed dogamak closed 4 years ago
The binaries were moved behind feature gates in 378f200, could have included that in the commit message...
All binaries can be compiled with the feature tools
, or enabled individually with features ttk91run
and ttk91repl
. They are not enabled by default.
With the merge of feature-stdio-input
branch we also have support for input in ttk91run
.
Ready to merge. Resolves issue #2.
The new
ttk91run
binary takes one.b91
or.k91
file as input, compiles it in case of.k91
files, and executes it. Output device number0
(orCRT
) is piped to the terminal.