critcl
critcl copied to clipboard
Critcl lets you easily embed C code in Tcl. Online documentation at
The equivalent option is -TP. Should this be part of the compiler configuration? Something like: linux-x86_64-gcc cpp -xc++ win32-x86_64-cl cpp -TP It would also be useful to be able to...
I ran: critcl -help Output: "Can't find package Mk4tcl Couldn't load the Critcl help Wiki To display the Critcl help wiki run "critcl" without any options." I needed more help....
There was an update that never made it into the 3.1.18.1 tag. Previously opened as issue #108 https://github.com/andreas-kupries/critcl/issues/108
The following snippet which used to work in critcl 3.1.15 generates an error in critcl 3.3.1. ``` set TEMPLATE { critcl::cproc xx {Tcl_Interp* interp Tcl_Obj* oa Tcl_Obj* ob} ok {...