Skip to content

bryanchance/TemplaTcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TemplaTcl

TemplaTcl: a Tcl template engine

The engine works by converting a template (which is a string, or a file) into a Tcl script, and then running it. Nearly each line of text encountered will be returned as is. The exception is text between <% ... %> which is treated as Tcl code (the eval happens in a safe interp, see Safe Interps).

I clone the source code and modify for myself purpose.

Notice:
TemplaTcl do not work at Tcl 8.6.1.

About

A Tcl template engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages