wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

Subcommand dispatch #63

Closed wduquette closed 4 years ago

wduquette commented 4 years ago

This pull request adds the Interp::call_subcommand method, and updates the info and array commands to use it. It also completes the interp.rs doc comment scrub.