nuttx-apps/interpreters/jimtcl/Kconfig
Carlos Sánchez de La Lama 094b988be3 interpreters: add Tcl support
Tcl is added using The Jim Interpreter. Jim is an opensource small-footprint
implementation of the Tcl programming language. It implements a large subset
of Tcl and adds new features like references with garbage collection,
closures, built-in Object Oriented Programming system, Functional Programming
commands, first-class arrays and UTF-8 support.

Signed-off-by: Carlos Sánchez de La Lama <csanchezdll@gmail.com>
2026-07-24 17:15:49 +08:00

12 lines
No EOL
348 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config INTERPRETERS_JIMTCL
bool "The Jim (TCL) Interpreter"
default n
---help---
Enable support for The Jim interpreter.
Jim is an opensource small-footprint implementation of the
Tcl programming language.