Tcl demo

Builds the Tcl 8.6.14 interpreter (tclsh) with badc and runs the upstream Tcl test suite. The suite exercises the bytecode engine, the expression compiler, string and binary scanning, and the clock/timezone code.

Layout

POSIX only: the build runs configure and make. Linux is the supported host.

Running

python3 demos/tcl/setup.py     # once, to fetch the source
python3 demos/tcl/smoke.py -v  # build + run the suite

cargo build --release --features full must have produced target/release/badc first.

^ To the top