wduquette / molt

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

Evaluation stack depth checking #14

Closed wduquette closed 5 years ago

wduquette commented 5 years ago

Standard TCL maintains a count of the stack depth, and terminates execution if it gets too deep. The maximum stack depth is a configurable parameter on the Interp. This mechanism needs to be supported in the same way in Molt.

wduquette commented 5 years ago

Closed by 1a87081.