ETAC Libraries
Contents: Intrinsic TAC Libraries, Intrinsic Script Libraries, External TAC Libraries, ETAC Script Libraries.
This page lists the various intrinsic and external libraries available for the ETAC system.
Intrinsic TAC Libraries
Intrinsic TAC libraries are incorporated into the ETAC interpreter, and are considered as part of the ETAC language.
- Standard TAC Library
The details of this library are presented in the document ETACProgLang(Official).pdf.
Intrinsic Script Libraries
Intrinsic script libraries are implemented as ETAC text script, and are considered as part of the ETAC language.
- ETAC Auxiliary Library
This library is included as part of the ETAC system. The details of this library are presented in the document ETACProgLang(Official).pdf. - Data Object Library (etac)
This library is included as part of the ETAC system. The details of this library are presented in the document ETACProgLang(Official).pdf.
External TAC Libraries
External TAC libraries are implemented as dynamic linked libraries (DLLs). There are currently no external TAC libraries available.
ETAC Script Libraries
ETAC script libraries are implemented as ETAC text script.
- Functions Library
This library is included as part of the ETAC system. The details of this library are presented in the document FunctionsETACScriptLib.pdf.