MIT > GPL

Ryan DeYong's Programming Portfolio

Home In-browser Examples Bash Scripts Chrome Userscripts The Best Calculators Physical Projects Fine Art Website Source Code

The TCL Interpreter

My TCL Interpreter is not proper TCL for starters. It is based loosely on the TCL 7.6 standard with some of the commands implemented.


Command Stuff

Built-in commands:

Standard library commands:


Language Constructs

Language constructs in my language are similar to the real TCL.

Command substitution in brackets []

Escaped character sequences in braces {}

Quotes with some substitution "

Arrays with ()

Variable substitution with $

Some backslash \ supported

And every construct is based on a fixed command, with a mildly ambiguous grammar.


About me
Contact Information:
Voicemail box #: +14408478142
Email: administrator@ryancdeyong.us

All software on this website uses the MIT License.
ξ This page was generated Fri Mar 14, 2025 20:14