Picol is a Tcl-like interpreter implemented in just 500 lines of C code, originally released in 2007. It demonstrates interpreter design principles with a hand-written parser, supports interpolation, procedures with recursion, control flow (if/while/break/continue), scoped variables with call frames, and basic
•5m read time• From github.com
Sort: