logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

critcl_build_tool - CriTcl build.tcl Tool Reference

Authors

       Jean Claude Wippler, Steve Landers, Andreas Kupries

Bugs, Ideas, Feedback

       This  document,  and  the package it describes, will undoubtedly contain bugs and other problems.  Please
       report them at https://github.com/andreas-kupries/critcl/issues.  Ideas for enhancements you may have for
       either package, application, and/or the documentation are also very welcome and  should  be  reported  at
       https://github.com/andreas-kupries/critcl/issues as well.

Category

       Glueing/Embedded C code

Description

       Be  welcome  to the CRuntimeInTcl (short: CriTcl), a system for embedding and using C code from within
       Tcl [http://core.tcl-lang.org/tcl] scripts.  The script "build.tcl" found in the  top  directory  of  the
       CriTcl sources is the main tool of use to a developer or maintainer of CriTcl itself.

       Invoking it a via

              ./build.tcl help
       provides the online help for this tool, explaining the operations available, and their arguments.

Keywords

       C  code,  Embedded C Code, calling C code from Tcl, code generator, compile & run, compiler, dynamic code
       generation, dynamic compilation, generate package, linker, on demand compilation, on-the-fly compilation

Name

       critcl_build_tool - CriTcl build.tcl Tool Reference

See Also