Just a simple Tcl interpreter I've made some time ago over the weekend. Recently I used it in one of our embedded projects, and it worked good, so I'm sharing it with the community.
All code is in one file, with good test coverage, and every part of the interpreter can be easily rewritten or optimized (e.g. lexer, memory manager, lists handing, custom commands etc).
e4e5